Which among the following is the correct advantage/disadvantage of nested classes?

Which among the following is the correct advantage/disadvantage of nested classes? Correct Answer Makes the code efficient and readable

The use of nested classes makes the code more streamed towards a single concept. This allows to group the most similar and related classes together and makes it even more efficient and readable.

Related Questions

If class A has two nested classes B and C. Class D has one nested class E, and have inherited class A. If E inherits B and C, then ________________
A static nested class is _____________ class in behavior that is nested in another _________ class.
In nested loops, the break statement, if present within a nested if the structure, will exit the _______
In nested loops, the continue statement, if present within a nested if structure, will exit the ____________