...

/

Delegating to a Parameter

Delegating to a Parameter

We'll cover the following...

The problem

In the previous example, we wrote Worker by JavaProgrammer(), which says that the Manager instance is delegating to an implicitly created instance of the JavaProgrammer, but that poses two ...