Skip navigation.
 
mlpersonal convience constructors
FROM : David Cairns
DATE : Mon Jan 20 23:16:36 2003

thanks to everyone that helped me with my last problem.

here's another question for you now:  How does one create one's own
convenience constructor?  is it something as simple as

- (Obj *)myObj {
   MyClass *newObj;
   return [newObj autorelease];
}

???? or is it more difficult?  do they have to be class methods?



  -- dave

--------------------------------------------
"see you later, space cowboy..."
--------------------------------------------
_______________________________________________
cocoa-dev mailing list | <email_removed>
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.

Related mailsAuthorDate
mlpersonal convience constructors David Cairns Jan 20, 23:16
mlRE: personal convience constructors Josh Ferguson Jan 20, 23:34