Xref: utzoo comp.lang.c++:3331 comp.lang.eiffel:188 comp.lang.smalltalk:1076 Path: utzoo!attcan!uunet!lll-winken!ncis.tis.llnl.gov!helios.ee.lbl.gov!pasteur!ucbvax!decwrl!sun-barr!apple!kentb From: kentb@Apple.COM (Kent Beck) Newsgroups: comp.lang.c++,comp.lang.eiffel,comp.lang.smalltalk Subject: Re: Use of inheritance for classification? Message-ID: <30852@apple.Apple.COM> Date: 16 May 89 19:04:25 GMT References: <30582@apple.Apple.COM> <6365@brunix.UUCP> Organization: Apple Computer Inc, Cupertino, CA Lines: 6 I think the confusion over this issues arises from the inheritance hierarchy being used for two purposes- classification sharing and code sharing. If I have only one hierarchy to work with (as in Smalltalk) I use it to share code ONLY, but I'd really rather have two hierarchies. Kent