CSC/ECE 517 Summer 2008/wiki3 6 esb

From Expertiza_Wiki
Jump to navigation Jump to search

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