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 difference between ienumerable and enumerable?
What are jump statements in c#?
What is difference between private and protected in c#?
What can we do to handle multiple exceptions?
What are the Types of caching
what is an exception in .net?
What is the base class from which all value types are derived?
Is an array an object c#?
Are structs faster than classes?
What is a nullreferenceexception and how do I fix it?
What is cookies in c# asp net?
What are value types and reference types?
Is it possible to restrict the scope of a field/method of a class to the classes in the same namespace?
What does it mean to override a method?
What is enum in c#?