On Sun, Feb 15, 2009 at 3:43 PM, ANE <anesthe...@me.com> wrote: > Thank you for advice. > > I'm a newbie in objective-c. The idea was to build a generic class like > generics in C#... > > That's a pity.
Objective-C doesn't have generics or templates like C#, Java, and C++ have. It's more like Java and C# before they added generics. In fact, Objective-C needs them less than those other languages because of its very loose typing system. See also: duck typing. http://en.wikipedia.org/wiki/Duck_typing _______________________________________________ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) Please do not post admin requests or moderator comments to the list. Contact the moderators at cocoa-dev-admins(at)lists.apple.com Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com This email sent to arch...@mail-archive.com