Thread
:
Clarification for private access modifier
View Single Post
whateverme
Newbie Member
26Jan2011,00:12
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.