Answer Posted / padmas
Abstract class is the class designed for inheritance, for which no object will be created in the programming, but objects created for those classes that are inherit functions, methods from objects of classes those inherited. For example class A is a abstract class ,class B inherits A, objects of class B can be created but not A. These objects use the methods of A also B.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Can we use clrscr in c++?
What is malloc in c++?
What is a block in c++?
what are the iterator and generic algorithms.
Which is the best c++ compiler for beginners?
What is c++ mutable?
Define linked lists with the help of an example.
What are disadvantages of pointers?
How can a C function be called in a C++ program?
What is doubly linked list in c++?
Why should a c++ programmer be interested in stl?
Will c++ be replaced?
Can you Mention some Application of C/C++?
What are protected members in c++?
Explain class invariant.