Delegation Pattern and The By Keyword
The delegation pattern is a technique where an object expresses a certain behavior to the outside but simultaneously delegates responsibility for implementing that behavior to an associated object.
https://erpsolutions.oodles.io/developer-blogs/Delegation-Pattern-and-The-By-Keyword/
#Java #JVM