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 session and cookies in c#?
What is asp net in c#?
What is the ouput of the following program?
What are generations and how are they used by the garbage collector?
Explain the ways to deploy an assembly?
What is windows application in c#?
What is difference between value and reference types in C#.NET
What is Satellite Assemblies ?
What is strongly typed view?
how can one use hcl and c sharp together?
My switch statement works differently! Why?
What does the dispose method do with the connection object?
Explain the difference between user control and custom control. Also, explain their use.
What is the diff between the System.Array.CopyTo() and System.Array.Clone()?
What is inumerable?