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
State two differences between an object and a class.
What is a subclass?
What is a default method? Why do we need default methods in java 8 interfaces?
What do you mean by "explicitly implemeting an interface". Give an example?
What is sealed modifiers?
Difference between encapsulation and data hiding ?
Is it possible to override private virtual methods?
How many methods are there in the serializable interface?
What is the main use of message metaphor in object-oriented programming?
What is the use of interface?
What is the difference between an abstract class and interface in java?
What is the difference between an Abstract class and Interface?
How to differentiate between a CreateObject() and GetObject() ?
What's the benefit of using inheritance?
Difference between class and an object?