Ask Question
28 September, 02:29

What are different types of inner classes?

+1
Answers (1)
  1. 28 September, 03:33
    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?
Find an answer to your question ✅ “What are different types of inner classes? ...” in 📘 Computers and Technology if you're in doubt about the correctness of the answers or there's no answer, then try to use the smart search and find answers to the similar questions.
Search for Other Answers