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 Difeerence between List obj=new ArrayList(); and ArrayList obj=new ArrayList()?

0 Answers   NIIT, SRA,


write a program to enter a string like"sunil is a good boy and seeking for a job" not more than 10 characters including space in one line,rest characters should b in other line.if the next line starts from in between the previous word,then print whole word to next line.

0 Answers   Wipro,


design class for linked list and include constructor,destructor,insert option. node of form struct node { int data; struct node &ptr; }

0 Answers  


Why do we use encapsulation in oops?

0 Answers  


What is the default size allocated for array in the statement if size not specified " int a[] "

4 Answers   CTS,






There are 2 empty jars of 5 and 3 liters capacity. And a river is flowing besides. I want to measure 4 liters of wanter using these 2 jars. How do you do this?

4 Answers  


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

0 Answers  


What is multiple inheritance?

9 Answers   TCS,


Can we override main method?

0 Answers  


what is difference between class template and template class?

0 Answers  


What is Agile methodology?

20 Answers   ABC, Accenture, College School Exams Tests, Inmar, Microsoft, Sapient,


Will I be able to get a picture in D drive to the c++ program? If so, help me out?

0 Answers  


Categories