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 |
Can you declare an array without a size in c++?
What are the characteristics of friend functions?
Explain 'this' pointer and what would happen if a pointer is deleted twice?
What is the use of this pointer in c++?
What is the best free c++ compiler for windows?
What are the differences between the function prototype and the function defi-nition?
What is the best c++ compiler?
What is array give example?
To what does “event-driven” refer?
What are the advantages and disadvantages of using inline and const?
2 Answers Polaris, TCS, Zimmer Biomet,
How many types of modularization are there in c++?
Describe run-time type identification?