A class can be declared within the scope of another class . Such a class is called a “nested class.” Nested classes are considered to be within the scope of the enclosing class and are available for use within that scope.
A class can be declared within the scope of another class . Such a class is called a “nested class.” Nested classes are considered to be within the scope of the enclosing class and are available for use within that scope.