Inheritance Interview Questions
Why multiple inheritance is not supported in C#? To avoid ambiguity and Diamond problem, Consider a scenario where A, B, C and D are four classes. If B and C class is derived from A class, now if class D is derived from Class B and Class C using Multiple inheritance, now if class D wants to call common method which is implemented in Class … Continue reading Inheritance Interview Questions