Re: Final int?
Re: Final int?
- Subject: Re: Final int?
- From: marquis logan <email@hidden>
- Date: Sat, 1 Sep 2001 19:10:04 -0400
it looks like that was a cocoa-java example.
the final qualifier indicates that the variable is a constant.
nibs
On Saturday, September 1, 2001, at 02:15 PM, email@hidden wrote:
In the Cocoa Help doc "How Pop-Up Lists Work" there is an example given
that sets constants for the items on the list:
final int english = 1;
final int french = 2;
et cetera
I have looked, but can find no reference to "final"; what is that all
about? If I have missed the documentation on this small thing, would
someone be so kind as to point my sorry butt in the right direction.
Thanks!
Brian E. Howard
Cocoa Cult Central
a long way from final approach