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
How to define an interface?
What is a static method? Why do we need static methods in java 8 interfaces?
What is overriding?
Explain about the relationship between object oriented programming and databases?
Explain the term constructor
What is the main difference between overloading and overriding?
Is it possible to override private virtual methods?
Write a note about inheritance?
What is static and dynamic Binding?
What is polymorphism and abstraction?
What do you mean by "explicitly implemeting an interface". Give an example?
How many methods are there in the externalizable interface?
Explain the abstract class modifier?
What are the limitations of inheritance?
State two differences between an object and a class.