[
Home
]
[ Index:
by date
|
by threads
]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
Date: | 2005-09-15 (22:01) |
From: | David Baelde <david.baelde@g...> |
Subject: | Re: [Caml-list] Heritage |
I don't think the decorator pattern fullfills my needs, cause it does not allow you to end up with one object having an added method from one decorator and an other one from a different decorator. You can compose decorators, but you'll only see the methods of the last one. Thanks anyway. -- David