| Author |
Inner Classes
|
Tyler Jordan
Ranch Hand
Joined: Nov 17, 2003
Posts: 70
|
|
|
Can a single inner class instance be tied to multiple outer class instances? If not, is there a work-around?
|
 |
Angel Dobbs-Sciortino
Ranch Hand
Joined: Sep 10, 2003
Posts: 101
|
|
You can add a static modifier to your inner class. It isn't called an inner class anymore after that; then it is a static nested class. Angel [ November 17, 2003: Message edited by: Angel Dobbs-Sciortino ]
|
 |
 |
|
|
subject: Inner Classes
|
|
|