Re: Virtual concept in Objective-C
Re: Virtual concept in Objective-C
- Subject: Re: Virtual concept in Objective-C
- From: Dirk Stegemann <email@hidden>
- Date: Wed, 19 Jul 2006 22:39:22 +0300
Hello,
Am 19.07.2006 um 21:47 schrieb Michael Watson:
I'm not a big fan of putting the standard methods in the header
file, either.
I usually put all those declarations of my class into the header file
which aren't already declared in the super class, and which are used
by code outside my class, so the compiler doesn't issue the "might
not respond to..." warning; this gives me the chance to find those
implementations which are indeed missing.
Best regards,
Dirk Stegemann
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden