Answer Posted / guest
pure virtual function is one which has no definition but
only declaration. This is defined in base class. The
instance of such base class can not be created
| Is This Answer Correct ? | 24 Yes | 3 No |
Post New Answer View All Answers
What is cohesion in oop?
what is graphics
What does no cap mean?
How to hide the base class functionality in Inheritance?
What is destructor oops?
How to improve object oriented design skills?
They started with the brief introduction followed by few basic C++ questions on polumorphism, inheritance and then virtual functions. What is polymorphims? How you will access polymorphic functions in C? How virtual function mechanism works?
How do you answer polymorphism?
to find out the minimum of two integer number of two different classes using friend function
Why is encapsulation used?
Why is abstraction needed?
What is and I oop mean?
why reinterpret cast is considered dangerous?
What is the types of inheritance?
What is destructor example?