Eu estava fazendo um simulado e não entendi uma das respostas que o simulado me deu:
Which of the following are benefits of tight encapsulation?
- it provides for higher program performance
- it results in reduced need for constructor methods
- it involves the separation of the implementation of classes from the interface.
- it allows greater security of programs by limiting the access to methods
A resposta certa é a número 3.
A resposta 4 também nao estaria certa?
