Interview Questions on Inheritance in C#.Net
Interview Questions on Inheritance in C#.Net 1) What is inheritance hierarchy? In Inheritance, The class which derives fundamental functionality from base class (Parent class) is called as derived class (Child class). This derived class can also be act like base class for another class. There for, it is possible to create tree-like structure that illustrates… Read More »