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 are the conditions that have to be met for a condition to be an invariant of the class?
Write any small program that will compile in "C" but not in "C++"
reading material is provided 3 books for c++ if u need more do let me know thnx i hve lots of material do let me know if u want it
What is heap sort in c++?
What is c++ and its features?
Write about all the implicit member functions of a class?
Can a built-in function be recursive?
When does a name clash occur in c++?
What is the difference between public and private data members?
When volatile can be used?
How can you say that a template is better than a base class?
Why are pointers not used in c++?