Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

Difference between multi-level and multiple inheritance?

Answer Posted / anand

Multiple Inheritance:
One derived class can have more than one base class

Multilevel Inheritance:
One child class is derived from a base class which was derived from another base class.

Ex:
Multiple:

Class A Class B Class C
\ | /
\ | /
\ | /
-----------------------------
|
|
Class D [Derived class having mor e than one base class]


Multilevel:

Class A
|
|
|
Class B
|
|
|
Class C

Is This Answer Correct ?    91 Yes 9 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the task perform by clr?

1115


What is the difference between virtual and override in c#?

1132


What are winforms in c#?

961


Do extension methods have to be static?

1080


Can we override interface methods in c#?

902


What is the difference between system.string and system.text.stringbuilder classes?

1053


Please explain value types and reference types used in c#?

922


What are the problem with .NET generics?

1039


What is token in c#?

1017


What is difference between c sharp and c#?

949


List down the access modifiers available in c#?

917


What is uint64?

993


What is the difference between namespace and class in c#?

1000


For methods inside the interface why can’t you specify the accessibility modifier?

990


What are the different types of delegation?

929