Difference between multi-level and multiple inheritance?

Answer Posted / hafiz usman majeed

multiple inheritence means that a class is inherited from
more than one class. whereas multi-level inheritence means
that a class is inherited at more than one level that is it
can be inherited internally and/or protectedly.

Is This Answer Correct ?    15 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What framework is used for performance testing/load testing?

1700


How will you allow a class to be inherited, but prevent the method from being over-ridden?

711


What is difference between function and method in c#?

633


Why do I get an error (cs1006) when trying to declare a method without specifying a return type?

711


Is c# or c++ better for games?

641


What are value types in c#?

689


Explain the difference between object type and dynamic type variables in c#?

659


What is data type in c# with example?

721


What are classes in c#?

762


What is the use of constructor in c# with example?

621


Can we override main method in c#?

699


Can we extend sealed class in c#?

680


What are the characteristics of c#?

672


Why static variables are used?

716


Explain the term inheritance in C#.

726