Tag: delegate pattern
-
Delegate pattern with Consumer interface in Java
As a Java programmer, sometimes you run into a situation when you want to take a task of an object and give it to another object, meaning the original object […]
Read, think, implement!
As a Java programmer, sometimes you run into a situation when you want to take a task of an object and give it to another object, meaning the original object […]