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?
Answer / Jabir Husain
All three pure virtual functions must be overridden in the derived classes. The derived classes must provide their own implementation for each of these functions to be considered complete.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is the use of string in c++?
What are the c++ access specifiers?
Mention the ways in which parameterized can be invoked. Give an example of each.
Difference between Operator overloading and Functional overloading?
Given a simple program designed to take inputs of integers from 1-1000 and to output the factorial value of that number, how would you test this program? You do not have access to the code. Please be as specific as possible.
What are references in c++? What is a local reference?
What is expression parser in c++
What does namespace mean in c++?
What is the use of "new" operator?
What is c++ best used for?
What's the best free c++ profiler for windows?
Snake Game: This is normal snake game which you can find in most of the mobiles. You can develop it in Java, C/C++, C# or what ever language you know.