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

What kind of problems can be solved by a namespace?

0 Answers  


How much do coding jobs pay?

0 Answers  


What is c++ used for in games?

0 Answers  


What is cloning?

1 Answers  


Is std :: string immutable?

0 Answers  






Is main a class in c++?

0 Answers  


What do you mean by inheritance in c++? Explain its types.

0 Answers  


What doescout<<(0==0) print out a) 0 b) 1 c) Compiler error: Lvalue required

0 Answers  


Define namespace in c++?

0 Answers  


Reads in the size of a square from the screen; 2. Prints a hollow square of that size out of “-“, “|” and blanks on screen; 3. Prints the same hollow square onto a text file. Your program should work for squares of all side sizes between 1 and 20. --- &#9474; &#9474; &#9474; &#9474; &#9474; &#9474; ---

0 Answers  


List the types of polymorphism in c++?

0 Answers  


What is object in c++ example?

0 Answers  


Categories