Re: Shared objects and other data
Re: Shared objects and other data
- Subject: Re: Shared objects and other data
- From: Andy Lee <email@hidden>
- Date: Tue, 2 Apr 2002 11:51:26 -0500
At 11:09 AM -0500 4/2/02, email@hidden wrote:
Would it be better to implement the class in Java so that the data can be
declared as class variables (static)?
The static members feature is not a good reason to switch to Java.
Java's class variables are exactly the same as the static variable
approach in Objective-C -- they are no more or less "object-oriented."
--Andy
_______________________________________________
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.