Skip navigation.
 
mlRe: Optional methods
FROM : Keith Duncan
DATE : Thu Feb 21 23:08:09 2008

> I'd like to create an informal protocol where objects can have an 
> optional method.


Though you don't say which SDK you are targeting; if you're using Obj-
C 2.0 then you can also use a formal protocol and the @optional 
directive.

Keith

Related mailsAuthorDate
mlOptional methods Mike R. Manzano Feb 21, 16:57
mlRe: Optional methods Hamish Allan Feb 21, 17:06
mlRe: Optional methods Quincey Morris Feb 21, 18:35
mlRe: Optional methods Kyle Sluder Feb 21, 20:06
mlRe: Optional methods Keith Duncan Feb 21, 23:08
mlRe: Optional methods Mike R. Manzano Feb 22, 05:38