Write about the members that a derived class can add?


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

Post New Answer

More C++ General Interview Questions

What is an inline function in c++?

0 Answers  


What is the cout in c++?

0 Answers  


Why would you make a destructor virtual?

3 Answers   Lehman Brothers,


What is enum c++?

0 Answers  


What are inline functions?

2 Answers   Fidelity, Verizon,






How to change constant values?

6 Answers   Huawei, Symphony,


What is a multimap c++?

0 Answers  


Write a C++ program that asks the user to choose a number between 1 and 1000. Then, your program should be able to guess the number by asking the user no more than 10 yes/no questions. Use a while loop in your program

1 Answers  


What are default parameters? How are they evaluated in c++ function?

0 Answers  


What is function overriding in c++?

0 Answers  


How to tokenize a string in c++?

0 Answers  


Why for local variables the memory required to hold the variable is allocated from the program stack and for new its allocated from the heap?

1 Answers  


Categories