| Author |
Static and Nested Classes ???
|
Cecil Phillip
Ranch Hand
Joined: Nov 05, 2001
Posts: 40
|
|
Why do I get an error on Graph and not on Graph3 when i compile this ?
|
 |
Keith Lynn
Ranch Hand
Joined: Feb 07, 2005
Posts: 2341
|
|
|
An inner class cannot contain static members unless they are compile-time constants.
|
 |
 |
|
|
subject: Static and Nested Classes ???
|
|
|