On Dec 20, 2010, at 3:46 AM, Elliot Finley wrote: > Hello, > > If I have an object with accessors #firstName, #lastName and #age, how > would I short shirt circuit or replace these selectors? In other words, how > would I modify an object after it's already been created?
Hello there are plenty of ways to do that but I think that this is not what you want to do. Tell us what you are trying to achieve? Did you read smalltalk by example from my web page? There is a chapter on object creation and instantiation. Stef > > Thanks, > Elliot >