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
Get me an image implementation program.
What do you mean by overloading?
Can we have inheritance without polymorphism?
What are the types of abstraction?
Can private class be inherited?
What does it mean when someone says I oop?
What are the advantages of polymorphism?
What is inheritance in simple words?
What is polymorphism used for?
What is static in oop?
What is coupling in oop?
What is variable example?
Describe these concepts: Polymorphism, Inheritance and Abstraction.
What is an advantage of polymorphism?
What does and I oop and sksksk mean?