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 |
What is the Maximum Size that an Array can hold?
55 Answers Adobe, FutureSoft, HCL, Infosys, Satyam, TCS, Wipro,
write a program that takes two numbers from user that prints the smallest number
what is the order of initialization for data?
10 Answers Amazon, TCS, Wipro,
Explain the static storage classes in c++.
What can c++ be used for?
Which sort does c++ use?
What is the benefit of learning c++?
Can you declare an array without a size in c++?
How many ways can a variable be initialized into in C++?
What is the keyword auto for?
What is c++ library?
Is it possible to have a recursive inline function in c++?