How mny we can instantiate a constructor in c# inheritance?
Answers
Answered by
0
hey mate : )
===========================
C# Inheritance in Constructors. In C#, both the base class and the derived class can have their own constructor. The constructor of a base class used to instantiate the objects of the base class and the constructor of the derived class used to instantiate the object of the derived class.
===========================
hope it helps ^_^
Similar questions