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
What is jagged array?
Is int a class in c#?
Is dictionary a collection?
What is the use of partial methods?
What is decimal in c#?
What is the difference between continue and break statement?
Can a constructor be private in c#?
What is multicast delegate explain with example?
What is using keyword in C#?
What does typeof return c#?
What is the implicit name of the parameter that gets passed into the class set method?
Is c and c# the same?
What is definition in c#?
What is use of list in c#?
When should I use static in C#?