Answer Posted / nk
Any class containing any pure virtual function cannot be
used to create object of its own type.
And any class which is derived by such class must either
define the function or redefine the function.
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
What is Difeerence between List obj=new ArrayList(); and ArrayList obj=new ArrayList()?
What do you mean by variable?
What does sksksk mean in text slang?
What is polymorphism used for?
What is the main purpose of inheritance law?
Can abstract class have normal methods?
#include
What is encapsulation process?
What is interface? When and where is it used?
What is multilevel inheritance in oop?
Why is polymorphism needed?
How can you overcome the diamond problem in inheritance?
What is the fundamental idea of oop?
Why is oop better than procedural?
What is abstraction in oops with example?