The concept of encapsulation helps in writing which type of classes in the Java programming language?

The concept of encapsulation helps in writing which type of classes in the Java programming language?

Right Answer is:

Immutable classes

SOLUTION

The concept of encapsulation helps in writing immutable classes in the Java programming language because these classes are used for caching purposes.

Scroll to Top