Separation of responsibilities
Recall that separation of responsibilities is an important concept in any programming paradigm and that it allows you to write modular code, which can save you time and energy in the long run. Each programming paradigm has a different mechanism for employing separation of responsibilities, and procedural programming is no exception.
What is the mechanism by which procedural programming allows for separation of responsibilities and increased code modularity?
Cet exercice fait partie du cours
Programming Paradigm Concepts
Exercice interactif pratique
Passez de la théorie à la pratique avec l’un de nos exercices interactifs
