Definitions for "Inner Class" Add To Word List
Login or Register  | Word Lists | Search History

a class declared within another class
Helpful?           0
a class defined inside another class
Helpful?           0
a class defined in the scope of an enclosing class
Helpful?           0
a class nested within another class
Helpful?           0
a nested class that is not explicitly or implicitly declared static
Helpful?           0
a nested class which is not static
Helpful?           0
a nested class whose instance exists within an instance of its enclosing class and has direct access to the instance members of its enclosing instance
Helpful?           0
a nonstatic class declared inside another class
Helpful?           0
a non-static nested cla
Helpful?           0
a class whose definition is nested inside another class's definition
Helpful?           0
A Java class defined as a member of another class, locally within a block of statements or anonymously within an expression.
Helpful?           0
In object-oriented programming, an inner class is a class defined entirely within another class.
Helpful?           0