Styrow.dev
Question 113 of 247
Java Topic: General medium

What is an inner class?

Question

What is an inner class?

Answer

Inner class is a class defined inside other class and act like a member of the enclosing class.