Object Oriented Programming/Messages, Protocols and Dispatch

Category:Stubs#Object%20Oriented%20Programming/Messages,%20Protocols%20and%20Dispatch

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
Category:Book:Object Oriented Programming Category:Stubs