0%

ALL meanings of nested class

N n
  • noun Technical meaning of nested class (Java)   In Java, a class defined within an enclosing class definition. A static nested class has no direct access to the members of its enclosing class whereas a non-static nested class, known as an "inner class", is associated with an instance of the enclosing class and an instance of the inner class has direct access to the members of its enclosing instance. 1
  • noun nested class (programming, object-oriented) Synonym of inner class. 0
Was this page helpful?
Yes No
Thank you for your feedback! Tell your friends about this page
Tell us why?