We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Maintained by Team Mach-II (info@…)
A measure of the degree to which a component (or method) has a singular purpose.
The degree of interdependence between components.
The idea that a class or component (CFC) is a cohesive bundle containing methods and properties it is responsible for.
Implementing a specialization relationship with another class and inheriting its functionality in a way that it can be used as is or specialized.
The parent type that another type extends.
Keeping the same method signature of a supertype and specializing its functionality.