polymorphism means?

Answer Posted / swetcha

It is a feature that allows one interface to be used for
general class of actions. The specific action is determined
by the exact nature of the situation. In general
polymorphism means "one interface, multiple methods", This
means that it is possible to design a generic interface to
a group of related activities. This helps reduce complexity
by allowing the same interface to be used to specify a
general class of action. It is the compiler's job to select
the specific action (that is, method) as it applies to each
situation

Is This Answer Correct ?    15 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How oops is better than procedural?

595


assume the program must insert 4 elements from the key board and then do the following programs.sequential search(search one of the elements),using insertion sort(sort the element) and using selection sort(sort the element).

1673


What are the 4 pillars of oop?

674


Is this job good for future? can do this job post grduate student?

1694


What is object-oriented programming? Webopedia definition

729






What is polymorphism in oops with example?

534


Why do we use polymorphism in oops?

586


What is class encapsulation?

607


What is the advantage of oop over procedural language?

630


What polymorphism means?

624


What is multilevel inheritance?

727


They started with the brief introduction followed by few basic C++ questions on polumorphism, inheritance and then virtual functions. What is polymorphims? How you will access polymorphic functions in C? How virtual function mechanism works?

1413


Why do pointers exist?

665


What is methods in oop?

555


Can we create object of interface?

611