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
What character terminates all character array strings a) b) . c) END
Is c++ the most powerful language?
What is constant in c++ with example?
How the keyword struct is different from the keyword class in c++?
how to explain our contribution in the project?
Will a C compiler always compile C++ code a) Yes b) No c) Only optimized compilers
What is array in c++ pdf?
What is the difference between #define debug 0 and #undef debug?
Do you know what are pure virtual functions?
What is the difference between the functions rand(), random(), srand() and randomize()?
Do you need a main function in c++?
Explain public, protected, private in c++?
Why iomanip is used in c++?
How can an improvement in the quality of software be done by try/catch/throw?
What are enumerations?