Re: Memory Mania Revisted
Re: Memory Mania Revisted
- Subject: Re: Memory Mania Revisted
- From: email@hidden
- Date: Sat, 9 Feb 2002 12:50:02 -0800
Dandy except... Ondra, since when is +new deprecated?
Since when OpenStep came and replaced new by explicit alloc-init or
class
convenient constructors ;)
The current documentation for NSObject indicates that +new is alive
and well. alloc-init and other construction methods are alternatives to
new; they did not replace +new, and +new is not deprecated. In fact,
the doc suggests that one could implement +new to do particular kinds of
initialization by calling a constructor other than -init.
Ben Haller
Stick Software
_______________________________________________
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.