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

Is c++ a low level language?

0 Answers  


write a program that will produce the ff. output. "what fruit will you buy? 1)apple 2)orange 3)mango ENTER CHOICE (1,2 or 3)> HOW MANY WILL YOU BUY?> THAT WILL COST XX.XX

1 Answers  


Can comments be longer than one line?

0 Answers  


which operator is used for performing an exponential operation a) > b) ^ c) none

0 Answers  


What do you mean by translation unit in c++?

1 Answers  






What is the difference between a class and a structure in C++?

1 Answers  


What does ios :: app do in c++?

0 Answers  


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

0 Answers  


Implement stack operations with pointers with appropriate exception checks.

0 Answers   Huawei,


Explain the purpose of the keyword volatile.

0 Answers  


what is importance of data sturture in a programming language?

22 Answers   L&T, TCS, Wipro,


How many types of casting are there in C++? When is a dynamic cast,static_cast,reinterpret cast used?

2 Answers   CTS,


Categories