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 do you mean by operator overloading?
What do you mean by virtual function and virtual classes?
What is meant by inheritance? what are the advantages of inheritance?
What is the need of multiple inheritance?
Explain the meaning of object in object oriented programming?
What is Polymorphism, overloading, overriding and virtual?
Difference between abstraction and implementation hiding ?
What is the default access specifier in a class definition?
Difference between encapsulation and data hiding ?
Explain about uml?
Explain about parametric polymorphism?
Classes and structs support inheritance. Is this statement true or false?
What is difference between encapsulation and abstraction?
What is polymorphism and abstraction?
Does a class inherit the constructor of its super class?