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? Give Example

Answer Posted / sadikhasan,meta

Multiple inheritance means duplicate copy of base class is
derive into child class. which explain by following example.
class A
{
}

class B: public A
{
}

class C:public A
{
}

class D:public B,public C //duplicate data
{
}

Is This Answer Correct ?    1 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is purpose of inheritance?

1171


What is Difeerence between List obj=new ArrayList(); and ArrayList obj=new ArrayList()?

2596


What is a superclass in oop?

1221


Who invented oop?

1193


What does sksksk mean in text slang?

2180


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

1204


What is the oops and benefits of oops programming?

1031


Can private class be inherited?

1226


What is coupling in oop?

1084


What is byval and byref? What are differences between them?

2270


How to handle exception in c++, For example in a functions i am assigning memory to some variables and also in next instructions in am dividing one variable also. If this functions generates a error while allocating memory to those variable and also while dividing the variable if i divide by zero then catch block how it will identify that this error has cone from perticular instruction

2182


Why is abstraction used?

1139


What is the difference between abstraction and polymorphism?

1158


what is graphics

2516


What is oops concept with example?

1084