Java   View all facts   Glossary   Help
member > inner class > anonymous inner class
Upinner class

anonymous inner class comparison table
Subject define is a kind of implement has definition extend
inner classa class type whose instances are the values of the class typenested classmore than one interfaceA nested class whose instance exists within an instance of its enclosing class and has direct access to the instance members of its enclosing instanceonly one superclass
anonymous inner classa constructorinner classa single interface another class

Upinner class