Thursday, May 31, 2018

What's inheritance ?

When an object or class is based on a parent object or class taking on its characteristics.

Multiple Inheritance possible in C# ?
No. though we can implement class with multiple interfaces.

No comments:

Post a Comment