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 the concepts of dispose method?
What is a clr host?
Explain About a class access specifiers and method access specifiers.
What are the types of delegates in c#?
Can namespace contain the private class?
Explain the difference between boxing and unboxing.
What is the use of console?
What is difference between continue and break in c#?
What is the base class of all classes in c#?
Is class reference type c#?
What are the different types of classes in c#?
Define sealed classes in c#?
What is xml serialization and deserialization in c#?
Why do we use hashtable in c#?
Give examples for reference types?