On Fri, Apr 24, 2009 at 10:10 AM, Damjan Rems <d_rems / yahoo.com> wrote:
> Robert Klemme wrote:
>
>> It seems to me that inheritance is generally overused and people
>> should more often resort to delegation.  ¨Âáùâå ÷å óèïõìä âìïç áâïõ>> this - although it is not generally a Ruby best practice to delegate
>> instead of inherit.
>>
>> Kind regards
>>
>> robert
>
> Can you appoint me to a link, where I could read more about delegation
> and how it is done.

Normally I use Wikipedia as a starting point
http://en.wikipedia.org/wiki/Delegation_(programming)
and often the external links provide some useful information.

HTH
R.