Answer Posted / hrpynux@gmail.com
An abstract class is a template definition of methods and variables of a class (category of objects) that contains one or more abstracted methods. ... Declaring a class as abstract means that it cannot be directly instantiated, which means that an object cannot be created from it.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is meant by const_cast?
Explain storage qualifiers in c++.
When should overload new operator on a global basis or a class basis?
Given the following seqment of code containing a group of nested if instructions: y = 9; if ((x==3) || (x == 5)) y++; else if (x == 2) y *= 2; else if (x == ) y-= 7; else y = 8; if the value of x is 4 before the nested IFs are executed, what is the value of y after the nested IFs are executed?
When the constructor of a base class calls a virtual function, why doesn't the override function of the derived class gets called?
Describe the role of the c++ in the tradeoff of safety vs. Usability?
What is the difference between a reference and a pointer?
Why c++ is so important?
What is constructor in oop?
Which one is a preferred language C or C++? Why?
please visit this site you'll find my question this is my homework please answer it if you can http://easyscience.org/ib/lofiversion/index.php/t36168.html
What is iterator c++?
Explain how functions are classified in C++ ?
What is ofstream c++?
What is the example of polymorphism?