What is a concrete class?

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


Please Help Members By Posting Answers For Below Questions

Why null pointer is used?

675


What is recursion?

744


What are formatting flags in ios class?

702


which one is equivalent to multiplying by 2:Left shifting a number by 1 or Left shifting an unsigned int or char by 1?

828


What is the difference between #define debug 0 and #undef debug?

746






What is the difference between a type-specific template friend class and a general template friend class?

658


What are the advantages of early binding?

700


Can we declare a base-class destructor as virtual?

660


What are structs in c++?

677


explain the reference variable in c++?

683


What is c++ try block?

670


Explain the use of vtable.

716


What is std :: flush?

679


Is multimap sorted c++?

653


Can comments be longer than one line?

706