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

When is the last time you coded in C/C++? What is the most lines of original C/C++ code you have personally written in one project? How confident are you in your ability to write C or C++ without a reference?

1 Answers   Microsoft,


When we use Abstract Class and when we use Interface?where we will implement in real time?

0 Answers  


Find the second maximum in an array?

12 Answers   HCL,


plz send me National informatics center paper pattern

1 Answers  


Is string an object in c++?

0 Answers  






What is #include math h in c++?

0 Answers  


What is the c++ code?

0 Answers  


Define upcasting.

0 Answers  


What are the two types of polymorphism?

0 Answers  


Is there any difference between dlearations int* x and int *x? If so tell me the difference?

16 Answers   Lason,


What are the benefits of c++?

0 Answers  


Which ide is best for c++?

0 Answers  


Categories