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

0 Answers  


Describe the setting up of my member functions to avoid overriding by the derived class?

0 Answers  


What are the effects after calling the delete this operator ?

0 Answers  


What are disadvantages of pointers?

0 Answers  


What is the main use of c++?

0 Answers  






What is srand c++?

0 Answers  


Assume an array of structure is in order by studentID field of the record, where student IDs go from 101 to 500. Write the most efficient pseudocode algorithm you can to find the record with a specific studentID if every single student ID from 101 to 500 is used and the array has 400 elements. Write the most efficient pseudocode algorithm you can to find a record with a studentID near the end of the IDs, say in the range from 450 to 500, if not every single student ID in the range of 101 to 500 is used and the array size is only 300

0 Answers  


What is binary search in c++?

0 Answers  


What is an explicit constructor?

1 Answers  


What is namespace & why it is used in c++?

0 Answers  


What is a storage class used in c++?

0 Answers  


Explain method of creating object in C++ ?

0 Answers   Wipro,


Categories