Object Oriented Programming/Messages, Protocols and Dispatch
This page or section is an undeveloped draft or outline. You can help to develop the work, or you can ask for assistance in the project room. |
Synchronous vs Asynchronous
editDelegation
editVirtualization and Polymorphism
editPolymorphism 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.