Answer Posted / 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 |
Post New Answer View All Answers
Why null pointer is used?
What is recursion?
What are formatting flags in ios class?
which one is equivalent to multiplying by 2:Left shifting a number by 1 or Left shifting an unsigned int or char by 1?
What is the difference between #define debug 0 and #undef debug?
What is the difference between a type-specific template friend class and a general template friend class?
What are the advantages of early binding?
Can we declare a base-class destructor as virtual?
What are structs in c++?
explain the reference variable in c++?
What is c++ try block?
Explain the use of vtable.
What is std :: flush?
Is multimap sorted c++?
Can comments be longer than one line?