[
Home
]
[ Index:
by date
|
by threads
]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
| Date: | -- (:) |
| From: | Shaddin Doghmi <shaddin@m...> |
| Subject: | accessing values of a class from another instance |
It seems instance variables of an object are not accessible from other objects that are instances of the same class. What is a nice way to simulate this functionality? I would like to avoid accessor methods for the class variables since I want to hide the variables from anything outside the class.