Inheritance question
Inheritance question
- Subject: Inheritance question
- From: "Daniel Angermeier" <email@hidden>
- Date: Fri, 17 Aug 2007 12:23:40 +0200
Hi,
I am trying to call a method of a suberclass , which was overriden in
a subclass.
Class MyClass inherits from MySuperClass
In the context of MyClass:
[(MySuperClass *)self theMethod];
However, this call does not invoke MySuperClass's implementation but
that of MyClass.
How can force it to use the method in MySuperClass ?
Any hints appreciated.
Thanks,
Daniel
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden