Difference between multi-level and multiple inheritance?

Answer Posted / vipin rana

multiple inheritance: It is define that type of inheritence
in which more than one class can derived one derived class.
ie.



base1 base 2 base n
| | |
| | |
|_____________ derived _______|

multilevel inheritance: It is define that type of
inheritance in which one derived class can derived a new
class as well as well base class for new derived class is
refered to as intermidite base class..


ie. 1 base class
|
|
|
2 intermidiate base class
|
|
|
3 derived



or .. student
|
|
test
|
|
result

Is This Answer Correct ?    7 Yes 4 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

what class is underneath the sortedlist class?

553


What is the difference between static class and sealed class in c#?

471


What is the delegate in c#?

494


What is a static class in c#?

510


Define a jagged array in c#?

486






Can partial class be inherited?

505


What is the difference between protected and internal in c#?

468


What is stringbuilder c#?

516


What is c# windows form application?

500


How are delegates chosen?

464


what optimizations does the c# compiler perform when you use the /optimize+ compiler option?

597


I need code to connect ohter systems in the LAN and i want to display my website image over there and i want explain as a admin through phone. So i need code to access other system using C-Sharp. Any one please help me.Please give me the code. Advace thanks.

1461


What is parseexact c#?

534


Can we inherit two classes in c#?

511


What is yield in c#?

499