What do you mean by inheritance in c++?


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

Post New Answer

More C++ General Interview Questions

Can I learn c++ without knowing c?

0 Answers  


Explain register storage specifier.

0 Answers  


whats the size of class EXP on 32 bit processor? class EXP { char c1; char c2; int i1; int i2; char *ptr; static int mem; };

5 Answers   Huawei,


What are manipulators used for?

0 Answers  


What are the advantages of using const reference arguments in a function?

0 Answers  


What is a storage class? Mention the storage classes in c++.

0 Answers  


Write some differences between an external iterator and an internal iterator?

0 Answers  


Difference between Operator overloading and Functional overloading?

10 Answers   HP,


What is the difference between object-oriented programming and procedural programming?

0 Answers  


What is the v-ptr?

0 Answers  


What is meant by const_cast?

0 Answers  


Can c++ do everything c can?

0 Answers  


Categories