A class which is declared inside another class is known as nested class. There are 4 types of nested class member: 1)inner class 2) local inner class 3)anonymous inner class and 4)static nested class.
Can you answer this question?
Write Answer1 Answers