Xref: utzoo comp.lang.c++:9686 comp.lang.eiffel:1124 Path: utzoo!attcan!uunet!crdgw1!uakari.primate.wisc.edu!sdd.hp.com!zaphod.mps.ohio-state.edu!julius.cs.uiuc.edu!apple!bionet!synoptics!unix!garth!smryan From: smryan@garth.UUCP (Steven Ryan) Newsgroups: comp.lang.c++,comp.lang.eiffel Subject: Method identification. Message-ID: <11@garth.UUCP> Date: 24 Sep 90 18:47:15 GMT Reply-To: smryan@garth.UUCP (Steven Ryan) Organization: INTERGRAPH (APD) -- Palo Alto, CA Lines: 13 In Smalltalk, if you define, say, methods `a' and `b' such that method `b' uses method `a' as in `self a', the search for the method begins at the original object. In this way, if a subclass redefines `a' and not `b', then in `subobject b', the original `b' uses the subclass's `a' rather than the `a' at the same level. Smalltalk uses `super' to begin the search partway up the search chain rather starting at the bottom. Do Eiffel and C++ provide a similar capabilities? -- ...!uunet!ingr!apd!smryan Steven Ryan ...!{apple|pyramid}!garth!smryan 2400 Geng Road, Palo Alto, CA