Answer Posted / nashiinformaticssolutions
• 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 the difference between an error and an exception?
What are the different principle of OOPS?
What do you mean by operator overloading?
Explain about the analysis phase?
Can encapsulation be called as a security device?
What is the use if instanceof keyword?
Explain static binding
What are a base class, subclass, and superclass?
What is abstraction? How does it differ from encapsulation
Explain the concept of multiple inheritance (virtual inheritance). Write about its advantages and disadvantages?
What is the order of call of constructors in inheritiance?
Which OOPS concept exposes only the necessary information to the calling functions?
Can we override static methods of a class?
Write about abstract base classes?
Differentiate between a class and a method.