Saturday, December 17, 2011

What is Constructor Chaining?

We can chain the call of constructor from child class to base class depending on our requirement. This concept makes sure that the matching base class constructor must be called based on the parameter passed to the child class constructor.

List of Asked Interview Questions: C# .NET SQL MVC WCF Questions