CSC/ECE 517 Summer 2008/wiki3 6 esb: Difference between revisions

From Expertiza_Wiki
Jump to navigation Jump to search
Line 22: Line 22:
==External links==
==External links==


 
http://codecourse.sourceforge.net/materials/The-Importance-of-Being-Closed.pdf






[[CSC/ECE 517 Summer 2008/wiki3 Assignment|Back to the assignment page]]
[[CSC/ECE 517 Summer 2008/wiki3 Assignment|Back to the assignment page]]

Revision as of 18:09, 24 July 2008

Protected Variation

Description of protected variation

Introduction

Keep information out of the grasp of components that could damage integrity. Introduce reader to protected variation -Open/Closed Principle and Information Hiding

Why use Protected Variation?

General overview

  • Example 1
  • Example 2

How would you classify it

Coding Examples

Conclusion

See Also

External links

http://codecourse.sourceforge.net/materials/The-Importance-of-Being-Closed.pdf


Back to the assignment page