1
Answer

Overloaded constructor in c#

Amit Maheshwari

Amit Maheshwari

12y
1.8k
1
Hi friends,

I want to know that If a base class has a bunch of overloaded constructors, and an inherited class has another bunch of overloaded constructors, can you enforce a call from an inherited constructor to an arbitrary base constructor?

Answers (1)