CSC/ECE 517 Fall 2009/wiki3 17 VR
Single-Choice Principle
This article explains in detail about the single choice principle which is one of the five modularity principles.
Modularity
Modular Programming is used to break up a large program into small sub programs like functions and subroutines. These broken up pieces are called as modules.
Concept
In detail
Characteristics
Conclusion
References
1. Object Oriented Software Construction by Bertrand Meyer, Second Edition.