Opps Notes Python
Opps Notes Python
Opps Notes Python
Object Basics
Consumer-Producer Association
• Also known as client-server association or a use relationship.
• Viewed as one-way interaction: one object requests the
service of another object.
• Requesting object is the consumer and the object that is
receiving and providing the service is the producer.