Tuesday 7 July 2015

In c#, what is the keyword used to access the base class members within the derived class?

‘base’ is c# keyword used to access the base class members. It just give the permission to access  to the constructor, instance property accessor or a instance method. We  cannot use ‘base’ keyword in static method.

No comments:

Post a Comment

Note: only a member of this blog may post a comment.