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 |
What's the main difference between arraylist / hashmap and vector / hashtable?
What is a try/ catch block?
How to resolve many to many relationship?
6 Answers InfoAxon Technologies, Protech, Samsung,
What is difference between class and interface?
Explain the abstract class modifier?
What is the need of multiple inheritance?
What is early and late Binding?
What is the default access modifier for a class,struct and an interface declared directly with a namespace?
What is polymorphism? When is it employed? give an example.
what is the difference between the up phase and up workflows?
What is diamond inheritance problem? How java 8 solves this problem?
What is polymorphism and abstraction?
0 Answers Agilent, Integreon, ZS Associates,