What is a concrete class?



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

Post New Answer

More C++ General Interview Questions

Can you declare an array without a size in c++?

1 Answers  


What are the characteristics of friend functions?

1 Answers  


Explain 'this' pointer and what would happen if a pointer is deleted twice?

1 Answers   Genpact,


What is the use of this pointer in c++?

1 Answers  


What is the best free c++ compiler for windows?

1 Answers  


What are the differences between the function prototype and the function defi-nition?

1 Answers  


What is the best c++ compiler?

1 Answers  


What is array give example?

1 Answers  


To what does “event-driven” refer?

1 Answers  


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++?

1 Answers  


Describe run-time type identification?

1 Answers  


Categories