C# Program to Implement Multiple-Inheritance using Abstract Class and Interface
Given multiple inheritance, now our task is to implement multiple inheritance with the help of abstract class and interface. So, before implementation first of all we learn the basic definition of multiple-inheritance, abstract class, and interface. Multiple inheritance: Multiple inheritance is a ty