Computer Science, asked by jnanesh25, 2 months ago

What is the difference between nested class and base class in java.

Answers

Answered by Poonamsrivatava
0

Answer:

Nested classes are divided into two categories: static nested class : Nested classes that are declared static are called static nested classes. inner class : An inner class is a non-static nested class.

Similar questions