Polymorphism means ________________
Polymorphism means ________________
Object-oriented programming refers to the use of _________________
Object-oriented programming refers to the use of _________________
We can define a new class from an existing class, by using ________________
We can define a new class from an existing class, by using ________________
C++ allows the objects of different types to respond differently to the same function call, is called _________________
C++ allows the objects of different types to respond differently to the same function call, is called _________________
An abstract base class is, that have ________________
An abstract base class is, that have ________________
There are how many ways to use existing classes to define a new class?
There are how many ways to use existing classes to define a new class?
Specialization and derivation is another name of ___________________
Specialization and derivation is another name of ___________________
A way to reuse existing classes to create new classes, is called ___________________
A way to reuse existing classes to create new classes, is called ___________________
Polymorphism is achieved by ___________________
Polymorphism is achieved by ___________________
Which of the following advantages we lose by using multiple inheritance?
Which of the following advantages we lose by using multiple inheritance?
Which classes are called as mixin?
Which classes are called as mixin?
Composition is also called as _________________
Composition is also called as _________________
A virtual member function is a member function that can ______________
A virtual member function is a member function that can ______________
Composition is often referred as has-arelation, whereas inheritance is referred as _____________________
Composition is often referred as has-arelation, whereas inheritance is referred as _____________________
What will happen when introduce the interface of classes in a run-time polymorphic hierarchy?
What will happen when introduce the interface of classes in a run-time polymorphic hierarchy?
The classes refers to the use of one or more classes within the definition of another class, is called _________________
The classes refers to the use of one or more classes within the definition of another class, is called _________________
A pure virtual function is initialized by _______________
A pure virtual function is initialized by _______________
In object oriented programming there are two distinct views, one is consumer and second is manufacturer view, that consumer action are called _______________
In object oriented programming there are two distinct views, one is consumer and second is manufacturer view, that consumer action are called _______________
A class that have no pure virtual member functions, are called _________________
A class that have no pure virtual member functions, are called _________________
When a data member of the new class is an object of another class, it is called as _________________
When a data member of the new class is an object of another class, it is called as _________________