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 sub classing in c++?



What is sub classing in c++?..

Answer / ashok kumar

which class inherited from base class is called sub class

Is This Answer Correct ?    3 Yes 0 No

Post New Answer

More OOPS Interview Questions

What is ambiguity in inheritance?

0 Answers  


Write a program in c++ to read two floating point numbers and find their sum and average.

2 Answers  


Can you inherit a private class?

0 Answers  


write string class as your own class in java without using any built-in function

0 Answers  


Can we have inheritance without polymorphism?

0 Answers  


what is multithreading in c++ , what is difference between multithreading and singlethreading.

4 Answers  


What are the valid types of data that the main () can return in C/C++ language

3 Answers  


What is abstraction encapsulation?

0 Answers  


What is Object and Class? What are the differences between them?

5 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,


suppose A is a base class and B is the derved class. Both have a method foo which is defined as a virtual method in the base class. You have a pointer of classs B and you typecast it to A. Now when you call pointer->foo, which method gets called? The next part of the question is, how does the compiler know which method to call?

3 Answers   EA Electronic Arts,


What is polymorphism give a real life example?

0 Answers  


Categories