Glossaria.net

Glossary Object Oriented Analysis and Design / Term

Inner Class

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


< Inherits From Glossary / Object Oriented Analysis and Design Input, Process, Output Development >