What is difference between interface inheritance and class
inheritance ?
Answer Posted / mohan kumar e.
In .net two types of inheritance is there.One is interface
inheritance and class inheritance. Multiple inheritance is
possible with the help of interfaces.
| Is This Answer Correct ? | 41 Yes | 21 No |
Post New Answer View All Answers
What is the difference between static class and sealed class in c#?
What is windows forms in c#?
What are the different states of a thread?
Why to use “using” in c#?
Can we overload indexer in c#?
Which are the loop types available in c#?
Explain what a diffgram, and a good use for one Define diffgram? How it be used?
Define delegate?
What is event delegate in c#?
Wcf and what is difference between wcf and web services?
How is method overriding different from overloading?
What's the difference between a method and a procedure?
Why do we need indexers in c#?
Write the syntax for catching an exception in c#?
What is public or shared assemblies ?