How to call base class constructor from derived class in C#
May 11 2015

Sekhar Srinivas

This Video provides the details about what will happen when we create an object for derived or sub class, which constructor of base class will be invoked by default, how to invoke a specific base class constructor, how to perform some manipulations for the parameter value when we pass the arg. from derived class to base class etc.