if let's say I have
<code>private int x</code>
what does x mean in the about context.
does it mean:
is write only
cannot be used outside the object
a class variable
thank you.
|
Newbie Member
|
|
| 26Jan2011,00:12 | #1 |
|
if let's say I have
<code>private int x</code> what does x mean in the about context. does it mean: is write only cannot be used outside the object a class variable thank you. |
|
Pro contributor
|
![]() |
| 26Jan2011,04:33 | #2 |
|
the correct answer is
Quote:
|