Nested and inner classes

Edit pageLast modified: 25 September 2024

Classes can be nested in other classes:

You can also use interfaces with nesting. All combinations of classes and interfaces are possible: You can nest interfaces in classes, classes in interfaces, and interfaces in interfaces.