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
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?
When base class pointer points to derived class object _______
When base class pointer points to derived class object _______
Runtime polymorphism is achieved by
Runtime polymorphism is achieved by
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
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 ?
In public inheritance _____
In public inheritance _____
______ class is tightly coupled with other class.
______ class is tightly coupled with other class.
The base class will offer ____
The base class will offer ____
Usually a pure virtual function
Usually a pure virtual function
For what implementation Polymorphism is extensively used
For what implementation Polymorphism is extensively used
Class Test : public A, public B is an example of____
Class Test : public A, public B is an example of____
Pick out the correct statement
Pick out the correct statement
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.