retagged by
2,295 views

1 Answer

0 votes
0 votes

ans should be D all  

The word polymorphism means having many forms. Typically, polymorphism occurs when there is a hierarchy of classes and they are related by inheritance. C++ polymorphism means that a call to a member function will cause a different function to be executed depending on the type of object that invokes the function.

in C++ polymorphism indicates the form of member function that can be changed at run time such member functions are called virtual functions and the corresponding class is called polymorphic class. the objects of the polymorphic class , addressed by pointers change at run time and responds differently for the same message 

Related questions

1.6k
views
1 answers
0 votes
makhdoom ghaya asked Sep 24, 2016
1,573 views
A function template in C++ provides _____ level of generalization.$4$ $3$ $2$1$
3.7k
views
1 answers
0 votes
makhdoom ghaya asked Sep 24, 2016
3,674 views
If a function is friend of a class, which one of the following is wrong ?A function can only be declared a friend by a class itself.Friend functions are not ... a class.It can have access to all members of the class, even private ones.
3.0k
views
1 answers
2 votes
makhdoom ghaya asked Sep 28, 2016
2,995 views
In Data mining, ______ is a method of incremental conceptual clustering.STRINGCOBWEBCORBAOLAD
2.5k
views
1 answers
1 votes
makhdoom ghaya asked Sep 28, 2016
2,455 views
Discovery of cross sales opportunities is called as _____.AssociationVisualizationCorrelationSegmentation