CSC/ECE 517 Fall 2010/ch1 S6 CC: Difference between revisions

From Expertiza_Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 1: Line 1:
This article introduces the concept of '''Class-Responsibility-Collaboration''' cards
'''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 are used in designing a software system. Each card represents a class in the software. The card consists of class functionality and its collaborators.
'''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.