Styrow.dev
Question 41 of 247
Java Topic: General medium

What is the primary benefit of Encapsulation?

Question

What is the primary benefit of Encapsulation?

Answer

The main benefit of encapsulation is the ability to modify our implemented code without breaking the code of others who use our code. With this Encapsulation gives maintainability, flexibility and extensibility to our code.