Quote:
|
Dont you at least think that there is something wrong there with classes inside classes and function declarations =(
|
Why would there be? Nested classes make perfect sense because that is a valid organizational technique when the nested class is dependent on the enclosing class or function, or the scope of the nested class needs to be restricted to only the enclosing class or function.