Why do we use inner class in Java?

Inner classes are a security mechanism in Java . We know a class cannot be associated with the access modifier private, but if we have the class as a member of other class, then the inner class can be made private. And this is also used to access the private members of a class.

Sizin İçin Seçtik  Why do we need nested classes in C++?

Leave a Reply

Your email address will not be published. Required fields are marked *