in reply to Re^3: Make your classes use their own methods
in thread Make your classes use their own methods
they are correct on the inside out object front. You can use inside out objects to prevent a class from having global access to attribute data. For example:
Yes, but that would be an "inside out object" with or without the closure. Using an "inside out object" isn't preventing direct access, using the closure is. A small, but non-trivial difference.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^5: Make your classes use their own methods
by adrianh (Chancellor) on Nov 26, 2003 at 11:35 UTC |