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
Delegation
Virtualization and Polymorphism
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.
Category:Book:Object Oriented Programming#Messages,%20Protocols%20and%20Dispatch%20