CSC/ECE 517 Fall 2007/wiki3 3 ab: Difference between revisions

From Expertiza_Wiki
Jump to navigation Jump to search
Line 13: Line 13:
#[http://msdn2.microsoft.com/en-us/library/ms954621.aspx]
#[http://msdn2.microsoft.com/en-us/library/ms954621.aspx]
#[http://designparadigm.wordpress.com/ Java by Experience]
#[http://designparadigm.wordpress.com/ Java by Experience]
#[http://www.codeproject.com/vb/net/OOPbyExample.asp OO Programming By Example]

Revision as of 01:24, 16 November 2007

Topic

Take the principle of Separation of Responsibility and catalog the information on it available on the Web. Find good descriptions and good, concise, understandable examples. Tell which you consider the best to present to a class.

Introduction

Separation of Responsibility

Principle of Separation of Responsibility

Reference

  1. Elegance and classes
  2. [1]
  3. [2]
  4. [3]
  5. Java by Experience
  6. OO Programming By Example