October 1, 2003 12:00 AM EDT
When Sun was designing Java, it omitted multiple inheritance - or more
precisely multiple implementation inheritance - on purpose. Yet multiple
inheritance can be useful, particularly when the potential ancestors of a
class have orthogonal concerns. This article presents a utilit... (more)