[594] in Coldmud discussion meeting

root meeting help first previous next next in chain last in chain last

A subtle ingeritence question.

daemon@ATHENA.MIT.EDU (Fri Nov 25 01:42:31 1994 )

From: jeffpk@netcom.com (Jeff Kesselman)
To: coldstuff@MIT.EDU
Date: Thu, 24 Nov 1994 22:37:38 -0800 (PST)

This is a fairly sublte question regarding inheritence:

Object A
   has method foo
   has method bar which calls foo

Object B
   is a child of Object A
   has method foo

B.bar() will call WHICH foo when invoked?

Thanks

Jeff kesselman