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
List down the differences between “dispose” and “finalize” methods in c#.
How do I create a dbml file?
What is difference between array and list in c#?
What is c# and why it is used for?
What is a dll in c#?
Can we set image Source dynamically using C# in WPF application?
How can I process command-line arguments?
Why constructor is used in c#?
What is difference between new and override in c#?
What are console applications used for?
What is private and shared assembly?
What is a console?
What is sqlcommand in c#?
What is the difference between protected and internal in c#?
What is strong name assembly?