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

From Expertiza_Wiki
Jump to navigation Jump to search
No edit summary
 
Line 1: Line 1:
==Introduction to CRC CARD==
==Introduction to CRC CARD==
'''CRC (Class-Responsibility-Collaborator) CARD'''is a simple yet powerful object-oriented analysis technique introduced in 1989 by Kent Beck and Ward Cunningham.
'''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 programmers the object-oriented paradigm.

Revision as of 03:37, 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 programmers the object-oriented paradigm.