Re: Subclassing
Re: Subclassing
- Subject: Re: Subclassing
- From: Jack Repenning <email@hidden>
- Date: Fri, 18 Apr 2008 16:17:51 -0700
On Apr 18, 2008, at 2:56 PM, K. Darcy Otto wrote:
I want to subclass Dependency and override a few things. Can I do
this without modifying DeductionLine?
Perhaps you want to create a category instead? That allows you to add
methods to Dependency without DeductionLine having to know about it.
-==-
Jack Repenning
email@hidden
Project Owner
SCPlugin
http://scplugin.tigris.org
"Subversion for the rest of OS X"
_______________________________________________
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
References: | |
| >Subclassing (From: "K. Darcy Otto" <email@hidden>) |