What is difference between interface inheritance and class
inheritance ?
Answer Posted / anand
1. we can inherit multiple ingerface to derived class but
only one class can inherit at a time
2. we must give implementation for interface members in
derived class. but it optional for class inheritance
| Is This Answer Correct ? | 21 Yes | 7 No |
Post New Answer View All Answers
What is the process of delegation?
Can hashtable have duplicate keys in c#?
What is ienumerable and iqueryable?
Explain the three services model (three-tier application). Presentation (ui), business (logic and underlying code) and data (from storage or other sources).
What is monitor in C#?
How many bits is int32?
Is overriding of a function possible in the same class?
How to find Percentage, name ,College from a resume or document ? How to export these values to other page in C#?
What is the implicit name of the parameter that gets passed into the set method/property of a class?
Enlist the different types of classes in c#?
How do I automate my desktop application?
What does a constructor do c#?
What is the difference between function and method in c#?
Why is it not a good idea to use empty destructors?
Does a class need a constructor c#?