Answer Posted / glibwaresoftsolutions
• 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
Explain what is single and multiple inheritance?
Explain serialization and overriding?
Difference between encapsulation and data hiding ?
Explain about polymorphism?
How can we call the base method without creating an instance?
How do we implement serialization actually?
Why do we separate interface from implementation?
What are a base class, subclass, and superclass?
What is @functionalinterface?
What is the difference between multiple and multilevel inheritance?
What is polymorphism? When is it employed? give an example.
What are the types of polymorphism?
State two differences between an object and a class.
Explain about message passing in object oriented programming?
What are the features that are provided to make a program modular?