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