If a base class is an adt, and it has three pure virtual functions, how many of these functions must be overridden in its derived classes?


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

Post New Answer

More C++ General Interview Questions

Difference between pointer to constant and constant pointer to a constant. Give example.

0 Answers   HAL,


What is difference c and c++?

1 Answers  


What is the difference between delegation and implemented-in-terms-of?

0 Answers  


Evaluate the following expression as C++ would do :8 * 9 + 2 * 5 a) 82 b) 79 c) 370 d) list

0 Answers  


What is the use of setprecision in c++?

0 Answers  






Explain the use of this pointer?

0 Answers  


What is buffer and example?

0 Answers  


What will happen if I allocate memory using "new" and free it using "free" or allocate sing "calloc" and free it using "delete"?

3 Answers  


what is the size of this class class size { public: char data1; double d; int data2; char data3; double data4; short data5; }; please explain the padding for these double variables.

9 Answers  


Write my own zero-argument manipulator that should work same as hex?

0 Answers  


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

0 Answers  


What is a null object in c++?

0 Answers  


Categories