Ask Question
23 May, 12:11

What are different types of inner classes?

+4
Answers (1)
  1. 23 May, 15:25
    0
    Inner class in Java is basically a class in a class, i. e. a member of another class.

    There are 4 types of inner classes in Java.

    a) Nested Inner class

    b) Method local Inner class

    c) Anonymous Inner class

    d) Static nested class
Know the Answer?
Not Sure About the Answer?
Get an answer to your question ✅ “What are different types of inner classes? ...” in 📙 Computers & Technology if there is no answer or all answers are wrong, use a search bar and try to find the answer among similar questions.
Search for Other Answers