June 12, 2012
8:22 a.m.
this question is more appropriate on the user mailinglist or on even better on stackoverflow (tag #pharo) please repost on pharo-users@lists.gforge.inria.fr On 2012-06-12, at 10:11, Gareth Cox wrote:
Hi All
I'm attempting to subclass a class (Point) and I want some instructions passed to Point to go to MyPoint. Specifically I have Point >>asMyPoint >> self subclassResponsibility. In MyPoint I've got asMyPoint ^x@y.
When I execute code, I get an error that the subclass should have executed... How does this actually work? How should I do this?
Kind Regards Dusty