What is a concrete class?
Answer / beena
A concrete class is used to define a useful object that can be instantiated as an automatic variable on the program stack. The implementation of a concrete class is defined. The concrete class is not intended to be a base class and no attempt to minimize dependency on other classes in the implementation or behavior of the class.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is a hash function c++?
Explain what is polymorphism in c++?
What is the difference between inline functions and macros?
When is dynamic checking necessary?
What is abstraction c++?
How to declare an array of pointers to integer?
Incase of a function declaration, what is extern means?
Is string an object in c++?
What is the most common mistake on c++ and oo projects?
What is static function and static class?
What is a 'pure' virtual function and what's its use?
What is a "RTTI"?