Delegation pattern


/ Published in: Java
Save to your folder(s)

In software engineering, the delegation pattern is a design pattern in object-oriented programming where an object, instead of performing one of its stated tasks, delegates that task to an associated helper object.

URL: https://en.wikipedia.org/wiki/Helper_object

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.