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 […]
CS theory & SE practice
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 […]