8
Based on the statement below, follow my question:
Cohesion and Coupling are very software engineering principles used. When we want to have a mature and sustainable architecture, we must take these two principles into account, for each of them has a specific purpose that aims to improve the design of the software. What it turns out that many people don’t know the difference between them and end up failing to obtain the benefits that put them into practice when designing the architecture of software.
Source: Understanding Cohesion and Coupling - Devmedia
When I’m in the software architecture phase, based on best practices, when I can build a cohesive class with low coupling, I can say that the encapsulamento
aims at the coesão
?