Constructor
What is Constructor chaining?
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
TulasiPosted Oct 24, 2011, 12:55 AM
Constructor Chaining is an approach where a constructor calls another constructor in the same or base class.
have a look at this example
http://www.dotnetfunda.com/interview/exam4054-what-is-constructor-chaining.aspx
http://www.codeproject.com/Articles/271582/Constructor-Chaining-in-Csharp
Please mark the answer as Accepted if it helps you.