What is difference between interface inheritance and class
inheritance ?
Answer Posted / naag algates
1. Derived class can inherit from only one base class(because no multiple inheritance)
2. Base class(or any class) can inherit any number of interfaces.
3. Single class can support multiple interface and multiple class can support same interface.
| Is This Answer Correct ? | 5 Yes | 1 No |
Post New Answer View All Answers
What is an assembly loader?
What is CLR and its application.?
What is the difference between a private assembly and a shared assembly?
What is tochararray in c#?
What is monitor in C#?
Can an int be negative c#?
What is the difference between class and namespace?
To catch any possible exception What is the C# syntax written ?
What is the use of oops in c#?
Are arraylist faster or arrays?
What are circular references?
Illustrate namespaces in c#?
What is windows application in c#?
Explain anonymous type in c#?
What's the difference between a method and a procedure?