CSC/ECE 517 Fall 2010/ch1 S6 CC: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
'''Class Responsibility Collaborator''' card modeling is one of the prominent Object Oriented Design Technique. This technique is used in determining the various classes and their responsibilities in the software system. | |||
== Introduction == | == Introduction == | ||
'''Class-Responsibility-Collaboration''' cards | '''Class-Responsibility-Collaboration''' cards have been first introduced by Kent Beck and Ward Cunningham in their paper "A Laboratory for teaching Object-Oriented Thinking". Their task was to teach programmers the concept of objects. |
Revision as of 21:06, 5 September 2010
Class Responsibility Collaborator card modeling is one of the prominent Object Oriented Design Technique. This technique is used in determining the various classes and their responsibilities in the software system.
Introduction
Class-Responsibility-Collaboration cards have been first introduced by Kent Beck and Ward Cunningham in their paper "A Laboratory for teaching Object-Oriented Thinking". Their task was to teach programmers the concept of objects.