Glossary Object Oriented Analysis and Design / Term
A class defined within the scope of another class. The visibility of the inner class may be any of the standard levels: private, protected, package or public. However, design considerations dictate that only private or protected are likely to be used.
Permanent link Inner Class - Creation date 2023-02-22