Polymorphism: Polymorphism (or operator overloading) is a manner in which OO systems allow the same operator name or symbol to be used for multiple operations . That is, it allows the operator symbol or name to be bound to more than one implementation of the operator. A simple example of this is the “+” sign.