Re: Is this possible without multiple inheritance?
Re: Is this possible without multiple inheritance?
- Subject: Re: Is this possible without multiple inheritance?
- From: j o a r <email@hidden>
- Date: Fri, 4 Jul 2003 09:43:04 +0200
What do you think about the suggestions given to answer questions of
this sort that are to be found in the list archives?
j o a r
On Friday, Jul 4, 2003, at 09:23 Europe/Stockholm, Kyle Moffett wrote:
I have a particular object that needs to belong to both the NSString
and NSSet class clusters. Unfortunately, I don't see any way to
accomplish this without multiple inheritance of some sort. I am
considering just subclassing NSObject and re-implementing several
NSObject methods to fool things into thinking that my class belongs to
both, but that kind of hackery is dreadful. Is there any way at all
to do this neatly?
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.