Composition is also called as _________________
Composition is also called as _________________
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 _________________
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?
Object-oriented programming refers to the use of _________________
Object-oriented programming refers to the use of _________________
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 _________________
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 pure virtual function is initialized by _______________
A pure virtual function is initialized by _______________
Composition is often referred as has-arelation, whereas inheritance is referred as _____________________
Composition is often referred as has-arelation, whereas inheritance is referred as _____________________
We can define a new class from an existing class, by using ________________
We can define a new class from an existing class, by using ________________
A class that have no pure virtual member functions, are called _________________
A class that have no pure virtual member functions, are called _________________
Which of the following advantages we lose by using multiple inheritance?
Which of the following advantages we lose by using multiple inheritance?
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 _________________
Which classes are called as mixin?
Which classes are called as mixin?
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 ___________________
A virtual member function is a member function that can ______________
A virtual member function is a member function that can ______________
Polymorphism means ________________
Polymorphism means ________________
Polymorphism is achieved by ___________________
Polymorphism is achieved by ___________________