Learn Intermediate Java: Nested Classes
Learn about nested classes, encapsulation, and shadowing in Java.
About this course
Nested classes, classes that can be found within another class, allow programmers to rationally organize and group classes that may be closely related. One significant benefit of implementing nested classes in Java is that they provide an extra level of security by giving programmers the power to control the amount of access one class may have to another class and its methods.
Skills you’ll gain
Implement static nested classes
Implement non-static nested classes
Shadow variables and methods
There are no reviews yet.