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 are separators in c++?
Why do we need runtime polymorphism in c++?
What do you mean by inheritance in c++? Explain its types.
What does h mean in maths?
What are the methods of exporting a function from a dll?
What is a memory leak in C++?
What is c++ & why it is used?
Can we overload operator in c++?
Explain the concept of copy constructor?
What is an operator in c++?
What is late binding c++?
How would you use qsort() function to sort an array of structures?
Does there exist any way to make the command line arguments available to other functions without passing them as arguments to the function?
Explain the virtual inheritance in c++.
Why is c++ difficult?