What is a concrete class?

Answer Posted / 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       View All Answers


Please Help Members By Posting Answers For Below Questions

How a modifier is similar to mutator?

651


What's c++ used for?

602


What is the output of the following program? Why?

626


What does I ++ mean in c++?

585


What is c++ in english?

581






What is the difference between cin.read() and cin.getline()?

563


In the derived class, which data member of the base class are visible?

646


I want explanation for this assignment: how to connect mysql database using c/c++,please explain this detailly?

1587


How is new() different from malloc()?

635


Which programming language is best to learn first?

585


When do we run a shell in the unix system?

566


What operator is used to access a struct through a pointer a) >> b) -> c) *

598


Explain overriding.

609


Why do we use double in c++?

603


How do you clear a buffer in c++?

543