What is difference between interface inheritance and class
inheritance ?
Answer Posted / mohan kumar e.
In .net two types of inheritance is there.One is interface
inheritance and class inheritance. Multiple inheritance is
possible with the help of interfaces.
Is This Answer Correct ? | 41 Yes | 21 No |
Post New Answer View All Answers
What are different types of classes in c#?
What is a base class in C#?
What is the ouput of the following program?
What is the difference between iqueryable and ienumerable?
What is meant by enumerable in c#?
Can I define my own exceptions?
In dynamic link library, which api is used for load library?
What is the purpose of reserved word using in c#?
What is the purpose of a console table?
What is xml c#?
Why extension method is static?
What is the use of functional interface?
What is the task perform by clr?
What is action c#?
In which order the constructor is called for an inherited class?