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 the purpose of escape sequence?
Why do we need to call CG.SupressFinalize?
What is a multi line comment?
Is a structure a class?
What is generic types in c#?
What is application object in c#?
Why do we need properties in c#?
Can mvc be used for desktop applications?
What is the difference between static class and abstract class in c#?
What is dao in c#?
What is data binding with example?
What is the difference between mobile application and desktop application?
Explain how to add controls dynamically to the form using c#.net.
Describe the process of “exception handling implementation” in c#?
Which is faster iqueryable or ienumerable?