1. Inner classes are always dynamically allocated.
2. Instances of inner classes are available externally.
3. You cannot make a new instance externally.
4. Inner class duration is temporary.
5. Inner classes are locally scoped.
6. Inner classes may not have static members!
|