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

What is Memory Alignment?

2 Answers   TCS,


What is c++ redistributable?

0 Answers  


What is the difference between struct and class?

1 Answers  


What is a string example?

0 Answers  


What are multiple inheritances (virtual inheritance)?

0 Answers  






Describe the advantage of an external iterator.

0 Answers  


What is fixed in c++?

0 Answers  


What is the difference between global variables and static varables?

0 Answers  


Is c++ platform dependent?

0 Answers  


Which software is used for c++ programming?

0 Answers  


What is a multiset c++?

0 Answers  


What do you mean by abstraction in C++?

1 Answers  


Categories