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...


what is multi level inheritance give n example ?

Answers were Sorted based on User's Feedback



what is multi level inheritance give n example ?..

Answer / adil jan

The best example is Say we have 3 class
ClassA,ClassB and ClassC.

ClassB is derived from ClassA and ClassC is derived ClassB
this is multi level inheritance.

Is This Answer Correct ?    0 Yes 3 No

what is multi level inheritance give n example ?..

Answer / vidhya

The process of inheriting a new class from the already inherited class is called as multilevel inheritance.
example:
Class A
|
|
Class B
|
|
Class C

Is This Answer Correct ?    1 Yes 4 No

what is multi level inheritance give n example ?..

Answer / desh

A class which is derived from another class and it can also
be derived by an another class is known as multilevel
inheritance.{combination of two or more simple inheritance
in a same program are also called as multilevel inheritance.}

example: hen->chick->egg.

animals
/ \
/ \
herbivorous carnivorous
/ \ / \
goat cow lion snake

Is This Answer Correct ?    12 Yes 19 No

Post New Answer

More OOPS Interview Questions

What is object and class in oops?

0 Answers  


What is the main difference between C++ and Java

11 Answers   TCS,


What are the benefits of polymorphism?

0 Answers  


write a function that takes an integer array as an input and finds the largest number in the array. You can not sort array or use any API or searching needs?

2 Answers   IBMS, Zycus Infotech,


What is data binding in oops?

0 Answers  


What do you mean by abstraction?

0 Answers  


Why is there no multiple inheritance?

0 Answers  


What is ambiguity in inheritance?

0 Answers  


all about pointers

2 Answers  


who is the founder of c++?

15 Answers   Hexaware, ONGC,


What is encapsulation selenium?

0 Answers  


What is the difference between XML Web Services using ASMX and .NET Remoting using SOAP?

1 Answers  


Categories