Inheritance

Inheritance----inheritance is concept of deriving one class functionality in to another class. inheritance is using reusable purpose and it avoid code represent.


C#...Supports only 4 type of inheritances
 1.single inheritance
 2.multi level inheritance
 3.hyrorcile inheritance
 4.hybrid inheritance
 Example.............






Comments