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 |
Is c++ a low level language?
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
Can comments be longer than one line?
which operator is used for performing an exponential operation a) > b) ^ c) none
What do you mean by translation unit in c++?
What is the difference between a class and a structure in C++?
What does ios :: app do in c++?
What is the best c c++ compiler for windows?
Implement stack operations with pointers with appropriate exception checks.
Explain the purpose of the keyword volatile.
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?