Software processes: Effective Modular Design
Filed Under Uncategorized | Posted on June 22, 2009
Information hiding: Modules should be specified and designed so that the internal details of modules should be invisible or inaccessible to other modules. Hiding implies that effective modularity can be achieved by defining a set of independent modules that communicate with one another only that information necessary to achieve software function. Hiding defines and enforces [...]