Answer Posted / hr@tgksolutions.com
• 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 are inner classes and what is the practical implementation of inner classes?
What are base class, sub class and super class?
What is the difference between aggregation and composition?
Is it possible to provide method implementations in java interfaces? If possible, how do we provide them?
What is abstraction? How does it differ from encapsulation
What are the methods required to create changes in subclasses?
Can you define OOP and principles of OOP?
What are abstract functions? Why are they used?
What are Classes and Objects?
Explain about object oriented programming?
What is static and dynamic Binding?
What is polymorphism? When is it employed? give an example.
Explain about abstraction?
Is it possible to override private virtual methods?
What does it mean that a method or class is abstract?