Object Oriented Programming/Messages, Protocols and Dispatch

Synchronous vs Asynchronous edit

Delegation edit

Virtualization and Polymorphism edit

Polymorphism means the ability to take more than one form, that is one name, multiple forms. In oops, an operation may exhibit different behaviour in different instances. The concept of polymorphism is implemented using function overloading and operator overloading.