What is difference between interface inheritance and class
inheritance ?
Answer Posted / kanan
1) C# doesn't support multiple inheritance, by inheriting
interface we can overcome this problem, as we can inherits
as many interface as we want.
2)implementation of class methods is not must like interface.
| Is This Answer Correct ? | 6 Yes | 3 No |
Post New Answer View All Answers
Why do we use delegates in c#?
Which class does the remote object has to inherit?
What is managed or unmanaged code?
What is linq c#?
What is semaphore in c#?
How can an inner class access the members of outer class?
Are there constructors in c sharp?
Define boxing and unboxing in c#?
Can you inherit multiple abstract classes in c#?
What is difference between array and arraylist in c#?
Is list passed by reference c#?
Explain About ADO and its objects
What is the use of static members with example using c#.net.
What does namespace mean?
What is a partial class. Give an example?