Polymorphism is an important concept of object-oriented programming. It simply means more than one form. That is, the same entity (function or operator) behaves differently in different scenarios . For example, The + operator in C++ is used to perform two specific functions.
Read more