Home Articles FAQs XREF Games Software Instant Books BBS About FOLDOC RFCs Feedback Sitemap
irt.Org

nested class

You are here: irt.org | FOLDOC | 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.

Java Tutorial (http://java.sun.com/docs/books/tutorial/java/javaOO/nested.html).

[Other languages?]

(2006-11-19)

Nearby terms: Nerd pride « NERECO « NESL « nested class » net » net.- » netaddress

FOLDOC, Topics, A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q, R, S, T, U, V, W, X, Y, Z, ?, ALL

©2018 Martin Webb