Difference between multi-level and multiple inheritance?

Answer Posted / muhammad usman

In Multipal inheritance like this:

Base Calss
_________________
/ | \
/ | \
Class1 Class2 Class3

MultiLevel Inherintance:

Base Class
|
|
Class1
|
|
Class2

Is This Answer Correct ?    157 Yes 67 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How to implement an object pool in c#.net.

556


What are the commonly used i/o classes?

532


What is virtual in c#?

483


Explain About remoting and web services. Difference between them

546


What is inline function in c#?

513






Does unity use c++ or c#?

493


When is a class declared as a class abstract?

586


What is generic delegate in c#?

463


What is array and types of array in c#?

484


Explain acid rule of thumb for transactions in c#.

526


Why we use get and set method in c#?

508


How does foreach loop work in c#?

485


What are the types of assembly available

518


Explain the advantage of using system.text.stringbuilder over system.string?

471


What is private virtual in C#?

590