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.
What is an inner class?
Inner class is a class defined inside other class and act like a member of the enclosing class.