Advanced PowerBuilder

HomePrevious Lesson: Operational Polymorphism
Next Lesson: Inheritance in PowerBuilder

Delegation - Aggregate Relationship

In this method, the main object offloads processing to other objects �called service objects. When the main object requires the service it invokes the service object and the service object acts on the object that requested the service. The association between the main object the service object is called 'aggregate relationship'. This is explained in detail in the PFC (PowerBuilder Foundation Class library) session
HomePrevious Lesson: Operational Polymorphism
Next Lesson: Inheritance in PowerBuilder