Amit Maheshwari

Amit Maheshwari

  • NA
  • 5.4k
  • 1.4m

Overloaded constructors in C#

Feb 1 2012 6:04 PM
Hi friends,

I want to know that If a base class has a number of overloaded constructors, and an inheriting class has a number of overloaded constructors; can you enforce a call from an inherited constructor to a specific base constructor?

Answers (1)