Related posts
Posts tagged with object-oriented.
-
Connascence: A metric for coupling
This metric for software quality was invented by Meilir Page-Jones to allow evaluating the degre...
2023-12-06 6 min read -
Object-oriented: Depend on behavior, not data
When programming, you can be tempted to use variables to store the result of calling a specific ...
2021-10-10 3 min read -
Object-oriented: Procedural polymorphism
When we talk about polymorphism, we mean that objects of different classes are capable of respon...
2021-03-12 4 min read -
Object-oriented: Cohesion, coupling and encapsulation
In object-oriented design, cohesion is understood as the degree to which the different elements ...
2019-06-23 2 min read -
Object-oriented: Law of Demeter
The Law of Demeter or LoD, also known as Principle of Least Knowledge aims to reduce coupling an...
2019-03-17 4 min read