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 |
Explain about vectors in c ++?
what is the diff b/n c and c++ a. dynamic scoping b. nested switching c. declaration of variables in any code block d. separation of compilation and linking
What is a class template in c++?
Can we use this pointer inside static member function?
What is c++ namespace?
Explain the benefits of proper inheritance.
Declare a class vehicle and make it an abstract data type.
What are the different types of polymorphism?
What would happen on forgetting [], while deallocating an array through new?
What are the five basic elements of a c++ program?
What is the difference between a copy constructor and an overloaded assignment operator?
4 Answers Belzabar, Citrix, Microsoft, Wipro,
Are there any special rules about inlining?