CSC/ECE 517 Fall 2009/wiki3 13 b5: Difference between revisions

From Expertiza_Wiki
Jump to navigation Jump to search
(added sections)
(added definition)
Line 2: Line 2:


== Definition ==
== Definition ==
The Principle of Explicit Interfaces is proposed by Bertrand Meyer in his book Object-Oriented Software Construction.  It states
<blockquote>Whenever two modules A and B communicate, this must be obvious from the text of A or B or both.</blockquote>


== Motivation ==
== Motivation ==
Line 10: Line 14:


== Sources ==
== Sources ==
Meyer, Bertrand.  Object-Oriented Software Construction, 2nd edition p50.  ISE Inc., Santa Barbara, CA, 1997.

Revision as of 07:49, 18 November 2009

Principle of Explicit Interfaces

Definition

The Principle of Explicit Interfaces is proposed by Bertrand Meyer in his book Object-Oriented Software Construction. It states

Whenever two modules A and B communicate, this must be obvious from the text of A or B or both.

Motivation

Application

External Links

Sources

Meyer, Bertrand. Object-Oriented Software Construction, 2nd edition p50. ISE Inc., Santa Barbara, CA, 1997.