Answer Posted / nashiinformaticssolutions
• A function declared with = 0 in a base class, making it abstract. Example:
• virtual void display() = 0;
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is a constructor in class?
Can you use virtual, override or abstract keywords on an accessor of a static property?
What is single and multiple inheritance?
What is sealed modifiers?
what is virtual function and pure virtual function ?
What is dynamic or run time polymorphism?
What is polymorphism and abstraction?
What is function override?
Why do we separate interface from implementation?
Which OOPS concept is used as a reuse mechanism?
How do you prevent a class from being inherited by another class?
How many instances can be created for an abstract class?
Explain serialization and overriding?
How does abstraction differ from encapsulation.
Explain about object oriented programming?