List the advantages of inheritance.


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C++ General Interview Questions

what is the size of a class which contains no member variables but has two objects??? is it 1 or 2??

4 Answers  


What is the type of 'this' pointer?

0 Answers  


How does throwing and catching exceptions differ from using setjmp and longjmp?

1 Answers  


Distinguish between a # include and #define.

0 Answers  


What is the difference between #import and #include?

0 Answers  






What is conditions when using boolean operators?

0 Answers  


When should overload new operator on a global basis or a class basis?

0 Answers  


Can we use resume in error handling i.e. in the catch block

5 Answers   Infosys,


What is a protocol class?

1 Answers  


What is size of Empty Class?

3 Answers   Persistent,


Write a corrected statement in c++ so that the statement will work properly. x =+ 7;

2 Answers  


Difference between pointer to constant vs. Pointer constant

0 Answers  


Categories