Related resources for calling base class constructor from derived class
  • How to call base class constructor from derived class in C#5/11/2015 2:03:50 AM. 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.