1
Answer

Overloaded constructors in C#

Amit Maheshwari

Amit Maheshwari

12y
1.2k
1
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)