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

From Expertiza_Wiki
Jump to navigation Jump to search
No edit summary
 
Line 21: Line 21:


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

Revision as of 15:52, 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

Back to the assignment page