Home
|
Contact us
Calling base constructor in C#
How do I call one constructor from another in C#?
You use :
base (parameters)
or :
this (parameters)
just before the actual code for the constructor, depending on whether you want to call a constructor in the base class or in this class.
Category:
OOPS Faqs Concepts Faqs, Interview Questions & Answers in C#
Ask New Questions
Microsoft.Net Framework
.Net 2.0 Namespaces
.Net Assemblies
OOPS Faqs in C#
ASP.Net Faqs
ASP.Net 2.0 Faqs
Web Services Faqs
ADO.Net Faqs
Database Faqs
OOPS Faqs
IT Project Management
© DotNetInterviewFaqs.com