Difference between multi-level and multiple inheritance?
Answer Posted / aruna
In C#:
interface is supporting multiple inheritence
class is supporting multi level inheritence.
| Is This Answer Correct ? | 10 Yes | 3 No |
Post New Answer View All Answers
What is deadlock in c#?
What is difference between ilist and list?
What does get set mean in c#?
If c# destructors are so different to c++ destructors, why did ms use the same syntax?
What does async mean in c#?
What does the dispose method do with the connection object?
What is using keyword?
Can properties be private in c#?
What is the use of list in c#?
Is post back c#?
What is array and its types in c#?
What do you mean by directing?
How do partial classes work in c#?
What is a thread? What is multithreading?
Can a constructor have a return type?