adplus-dvertising
frame-decoration

Question

Polymorphism is achieved by

a.

Operators

b.

Arrays

c.

Constructors

d.

Virtual function

Answer: (d).Virtual function

Engage with the Community - Add Your Comment

Confused About the Answer? Ask for Details Here.

Know the Explanation? Add it Here.

Q. Polymorphism is achieved by

Similar Questions

Discover Related MCQs

Q. In object oriented programming there are two distinct views, one is consumer and second is manufacturer view, that consumer action are called

Q. There are how many ways to use existing classes to define a new class?

Q. Composition is also called as

Q. When a data member of the new class is an object of another class, it is called as

Q. We can define a new class from an existing class, by using

Q. C++ allows the objects of different types to respond differently to the same function call, is called

Q. Polymorphism means

Q. Composition is often referred as "has-a" relation, whereas inheritance is referred as

Q. A way to reuse existing classes to create new classes, is called

Q. The classes refers to the use of one or more classes within the definition of another class, is called

Q. A class that have no pure virtual member functions, are called

Q. In object oriented programming there are two distinct views, one is consumer and second is manufacturer view, that manufacturer's action are called

Q. A virtual member function is a member function that can

Q. Specialization and derivation is another name of

Q. Object-oriented programming refers to the use of

Q. A pure virtual function is initialized by

Q. An abstract base class is, that have