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

From Expertiza_Wiki
Jump to navigation Jump to search
Line 24: Line 24:
http://codecourse.sourceforge.net/materials/The-Importance-of-Being-Closed.pdf
http://codecourse.sourceforge.net/materials/The-Importance-of-Being-Closed.pdf


http://www.rgoarchitects.com/Files/ooprimer.ppt#288,9,OCP Example


http://www.cs.wright.edu/~tkprasad/courses/cs480/L3OOP.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:28, 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

http://www.rgoarchitects.com/Files/ooprimer.ppt#288,9,OCP Example

http://www.cs.wright.edu/~tkprasad/courses/cs480/L3OOP.pdf

Back to the assignment page