what are abstract classes and how they impliment , with
example
Answer Posted / rdl
A class with atleast one pure virtual function is called
abstract class.It cant be instatiated.It can be used as a
base class for other classes. The class derived from an
abstract base class can be instantiated,provided it should
implement the abstract base class pure virtual function.
| Is This Answer Correct ? | 7 Yes | 0 No |
Post New Answer View All Answers
Can private class be inherited?
Why do we use oop?
Why is abstraction needed?
What is inheritance in simple words?
Why is polymorphism important in oop?
INSTANCE FIELDS DECLARED private ARE ACCESSIBLE BY THE METHODS ONLY.CAN WE CHANGE THE private FIELD OF AN OBJECT IN A METHOD OF SOME OTHER OBJECT OF THE SAME CLASS?
What does enum stand for?
What is persistence in oop?
Why is oop better than procedural?
What is polymorphism what are the different types of polymorphism?
How do you achieve runtime polymorphism?
write knight tour problem which is present in datastructure
When not to use object oriented programming?
which feature are not hold visual basic of oop?
What does it mean when someone says I oop?