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
What is multiple inheritance? How java 8 supports multiple inheritance?
Can encapsulation be called as a security device?
What is the difference between a class and an object?
What are the interfaces you used in beans?
What is meant by “abstract interface”?
Write a program to show the inheritance used in a class.
What is @functionalinterface?
What is the default access specifier in a class definition?
What is a nested interface?
How to differentiate between a CreateObject() and GetObject() ?
Why use oops?
What are Classes and Objects?
What is meant by overloading functions and operators?
Write basic concepts of oops?
what is virtual function and pure virtual function ?