Object-oriented programming refers to the use of _________________
Object-oriented programming refers to the use of _________________
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 _______________
An abstract base class is, that have ________________
An abstract base class is, that have ________________
Polymorphism means ________________
Polymorphism means ________________
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?
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 _________________
Composition is also called as _________________
Composition is also called as _________________
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?
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?
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 _________________
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 ___________________
A virtual member function is a member function that can ______________
A virtual member function is a member function that can ______________
We can define a new class from an existing class, by using ________________
We can define a new class from an existing class, by using ________________
Specialization and derivation is another name of ___________________
Specialization and derivation is another name of ___________________
Which classes are called as mixin?
Which classes are called as mixin?
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 _________________