CSC/ECE 517 Fall 2009/wiki3 10 pz: Difference between revisions

From Expertiza_Wiki
Jump to navigation Jump to search
Line 2: Line 2:
'''CRC (Class-Responsibility-Collaborator) CARD'''is a simple yet powerful object-oriented analysis technique. Kent Beck and Ward Cunningham first introduced CRC cards at OOPSLA 1989 in their paper “A Laboratory for Teaching Object-Oriented Thinking”. The purpose of CRC CARD was to teach the object-oriented programming at Tektronix.
'''CRC (Class-Responsibility-Collaborator) CARD'''is a simple yet powerful object-oriented analysis technique. Kent Beck and Ward Cunningham first introduced CRC cards at OOPSLA 1989 in their paper “A Laboratory for Teaching Object-Oriented Thinking”. The purpose of CRC CARD was to teach the object-oriented programming at Tektronix.


The CRC CARD is composed of three components: Class; Responsibity; Collaborator;
The CRC CARD is composed of three components: Class; Responsibity; Collaborator.

Revision as of 04:08, 18 November 2009

Introduction to CRC CARD

CRC (Class-Responsibility-Collaborator) CARDis a simple yet powerful object-oriented analysis technique. Kent Beck and Ward Cunningham first introduced CRC cards at OOPSLA 1989 in their paper “A Laboratory for Teaching Object-Oriented Thinking”. The purpose of CRC CARD was to teach the object-oriented programming at Tektronix.

The CRC CARD is composed of three components: Class; Responsibity; Collaborator.