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
Are constructors inherited c#?
What is regex c#?
Is it possible to nest cfml conditional tags?
What is strongly typed in c#?
Is a c# interface the same as a c++ abstract class?
What are the types of access modifiers?
In which order the destructor is called for an inherited class?
Describe ado.net?
Can I define my own exceptions?
What is int32 maxvalue?
What is value c#?
What's different between c# and c/c++?
Why singleton class is sealed?
What is difference between il and dll ?
Explain the difference between .net and c#?