in reply to Best way to do Mixin Class
You are using "mixin" in a way I'm not familiar with. The term originally predated languages that supported interfaces (like Java), and meant to "mix in" methods from one class hierarchy into another so that two objects could be used interchangeably in a particular context (i.e., to fake an interface, without the benefit of multiple inheritance). Perhaps the meaning has changed. Do you have a reference you could point me toward to describe the "mixin pattern"?
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: Best way to do Mixin Class
by jcupp (Acolyte) on Apr 16, 2002 at 07:04 UTC |