Difference between multi-level and multiple inheritance?
Answer Posted / sarathi soja
Multiple Inheritance : we can inherit more than one class
in the same classe.
Multilevel Inheritance:
we can inherit a single class in more than one class
one base class and many derived class
| Is This Answer Correct ? | 52 Yes | 25 No |
Post New Answer View All Answers
How do you clear a list in c#?
Why do we need singleton class in c#?
Can class be protected in c#?
When Should You Call The Garbage Collector In .net?
What is use of hashtable in c#?
What is part of a method signature in c#?
What are extender provider components?
What is difference between destructor and finalize?
What is executenonquery c#?
Explain about Serialize and MarshalByRef?
What is master page in asp net c#?
What is the difference between dll and lib?
What is concrete class in c#?
To allow an element to be accessed using a unique key which .NET collection class is used ?
Write the syntax for catching an exception in c#?