April 6, 2014

base keyword in c#

The base keyword in C# is used from within the derived class to access the members / constructor of the base class. What i mean here is if the derived class wants to use a method of the base class that is overridden by another method or the derived class wants to specify which base class constructor should be used while creating instance of the derived class. Example to come... Thanks, Hussain

No comments:

Post a Comment