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 multiple inheritance?

Answer Posted / jyoti lohani

the parent class behaviour & properties are define in child
class that's call inheritance. if child class inherit more
then one parent class that call multiple inheritance.

EX: class X
{
/* ---*/
}
class y
{
/*----*/
}
class z:x,y

Is This Answer Correct ?    1 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the fundamental idea of oop?

1194


What is abstraction and encapsulation?

1064


What is inheritance write a program to show use of inheritance?

1204


What are constructors in oop?

1282


What is multilevel inheritance explain with example?

1203


What is polymorphism in oops with example?

1107


why reinterpret cast is considered dangerous?

2450


How do you achieve polymorphism?

1135


Where is pseudocode used?

1170


Whats oop mean?

1100


How do you explain polymorphism?

1115


What is difference between pop and oop?

1237


Describe these concepts: Polymorphism, Inheritance and Abstraction.

1247


write knight tour problem which is present in datastructure

2716


Why multiple inheritance is not allowed?

1253