Difference between multi-level and multiple inheritance?

Answer Posted / mahfuz hasan

MULTIPLE INHERITENCE:
INHERITENCE OF CHILD CLASS FROM FRIEND AND PARENT CLASSES
MULTILEVEL INHERITENCE:
INHERITENCE OF CHILD CLASS FROM PARENT CLASS WHERE PARENT
CLASS IS CHILD CLASS OF ANOTHER CLASS.

Is This Answer Correct ?    7 Yes 10 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What are the types of class in c#?

597


What is a multicast delegate in c#?

619


Explain how to use an extender provider in the project.

593


Can we inherit private members of class in c#?

654


How many aware interfaces are there?

556






What is a Jagged Array in C#?

637


Explain the difference between a namespace and assembly name in .net?

584


What is constants in c#?

489


Why are strings in c# immutable?

586


What is overloading in c#?

567


What are delegates and why are they required?

587


Explain about CTS?

629


What does it mean?

636


Should I use double or float?

585


What is an interface class? Give one example of it

572