posted 23 years ago
Inner classes are good to use in cases where the inner class is tightly coupled to the class it is inside of. The inner class is doing working for the outer class that the outer class shouldn't be directly responsible for. I've seen/used inner classes as iterators, event handlers, and implementation providers.
John
The only reason for time is so that everything doesn't happen all at once.
- Buckaroo Banzai