Thursday, July 9, 2009

Would u pls explain Inheritance in C#?

pls explain with exampls which should show how to derive a class from the base class.

Would u pls explain Inheritance in C#?
inheritance is creating derived class from base class,i.e using member and data functions of base class and extending new features .it enhances reusability


No comments:

Post a Comment