I\'ve implemented this short example to try to demonstrate a simple delegation pattern. My question is. Does this look like I\'ve understood delegation right?
cl
That's the basic concept, yes - passing on some incoming request to another object to take care of.