How to call base class constructor from derived class in C#

Hosted by Dailymotion. For legal issues report at the Copyright Center, report us on DMC, or use the Instant Removal tool.

How to call base class constructor from derived class in C#

S
sekharonline4u

2 Views • Aug 06, 2014

Description

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.