If I have an interface with a few methods. Sometimes I need to create a new implementation of the interface which wraps another instance of the interface and delegates most of
You can do it in two stages. First implement the interface and then introduce delegation
Code|Delegate Methods