jinnjee
Posts: 2
Nickname: jinnjee
Registered: Aug, 2002
|
|
Re: which kind of code can access class variables
|
Posted: Aug 22, 2002 9:57 AM
|
|
from the article, i gather that...
1. instance variables and instance methods mean non-static variables and methods which apply to each unique instance 2. Class variables and Class methods mean static variables and methods which apply to the class as a whole.
if i understood the above things right, i can say that...
Static variables are nothing but class variables.
am i correct so far?
|
|