The _______ member function is declared in base class but redefined in derived class
The _______ member function is declared in base class but redefined in derived class
Select the correct option
- The keyword abstract is used to define an abstract class.
- Inheritance allows multi-level class hierarchies beyond two levels also.
Select the correct option
- The keyword abstract is used to define an abstract class.
- Inheritance allows multi-level class hierarchies beyond two levels also.
Class Test : public A, public B is an example of____
Class Test : public A, public B is an example of____
In public inheritance _____
In public inheritance _____
The base class will offer ____
The base class will offer ____
For what implementation Polymorphism is extensively used
For what implementation Polymorphism is extensively used
Pick out the correct statement
Pick out the correct statement
How “Late binding” is implemented in C++ ?
How “Late binding” is implemented in C++ ?
Which allows you to create a derived class that inherits properties from more than one base class?
Which allows you to create a derived class that inherits properties from more than one base class?
Usually a pure virtual function
Usually a pure virtual function
Runtime polymorphism is achieved by
Runtime polymorphism is achieved by
The process of linking of a procedure call with the code to be executed is called as
The process of linking of a procedure call with the code to be executed is called as
______ class is tightly coupled with other class.
______ class is tightly coupled with other class.
When base class pointer points to derived class object _______
When base class pointer points to derived class object _______
Which one of the following is the correct way to declare a pure virtual function ?
Which one of the following is the correct way to declare a pure virtual function ?