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 is the best tool for modeling and ORM framework
What is the difference between multiple and multilevel inheritance?
What are base class, sub class and super class?
What is the difference between class and interface?
What is dynamic or run time polymorphism?
How do we implement serialization actually?
Explain the different types of constructors
Why dynamic binding is used in object-oriented programming?
what is full form OOP?
Name some languages which have object oriented language and characteristics?
Explain what an object is.
Write basic concepts of oops?
What is the diffrence between an abstract class and interface?
What is the function of pure virtual functions?
Can an interface contain fields?