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


Do you know about multiple inheritance?



Do you know about multiple inheritance?..

Answer / padmas

Yes, I know about Multiple Inheritance, where a class inherits classes', class members from base class as well as other multiple classes. Likewise, a class inherits number of many other classes, class members.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More OOPS Interview Questions

What does I oop mean?

0 Answers  


Is data hiding and abstraction same?

0 Answers  


If a=5, b=6, c=7, b+=a%c*2. What is the final value of b?

1 Answers  


What is design patterns in C++?

2 Answers   Persistent,


what is the definition of incapsulation

2 Answers  


#include <iostream> using namespace std; int main() { int a = 2; int c[5][5]; for (int x=0;x<5;x++) { for (int y=0;y<5;y++) { c[x][y] = x*y; } } cout << c[a][c[1][4]]; }

2 Answers   TCS, Wipro,


wht is ditch

0 Answers  


what is pointers

7 Answers   Exilant,


What is the difference between abstraction and polymorphism?

0 Answers  


why destructor is not over loaded?

5 Answers  


how do you handle yourself when you feel the wald is aganist you

2 Answers  


what is the main difference between sizeof() operator in c and c++

3 Answers  


Categories