What is a pure virtual function?
Answers were Sorted based on User's Feedback
Answer / 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 |
Answer / 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 |
• 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 |
Can you instantiate an abstract class and what is an inner class?
0 Answers Flextronics, Tavant Technologies, Virtusa,
Explain the implementation phase with respect to oop?
What do you mean by data hiding?
0 Answers Tavant Technologies, Virtusa,
What's the order of call of constructors in inheritiance?
What is the main difference between a class and an object?
What is a virtual function?
What is ‘this’ pointer?
What do you mean by polymorphism?
0 Answers InterGraph, Ittiam Systems,
What are the major differences between late and dynamic binding?
How can we call the base method without creating an instance?
What is method overriding?
Why is C not an OOP language?
0 Answers Agilent, Integreon, ZS Associates,