Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


How to use CRC Cards for Class Design?



How to use CRC Cards for Class Design?..

Answer / guest

Class Responsibility Collaborator (CRC cards) are a
brainstorming tool used in the design of object-oriented
software. They were proposed by Ward Cunningham and Kent
Beck. [1] They are typically used when first determining
which classes are needed and how they will interact.

CRC cards are usually created from index cards on which are
written:

The class name
Its Super and Sub classes (if applicable)
The responsibilities of the class.
The names of other classes with which the class will
collaborate to fulfill its responsibilities.
Author
Using a small card keeps the complexity of the design at a
minimum. It focuses the designer on the essentials of the
class and prevents him from getting into its details and
inner workings at a time when such detail is probably
counter-productive. It also forces the designer to refrain
from giving the class too many responsibilities. Because
the cards are portable, they can easily be laid out on a
table and re-arranged while discussing a design with other
people.

A common method to determine what cards should be created
is to read a specification for the program being designed
and consider if each noun should be a class and if each
verb should be a responsibility of the noun or class to
which it belongs. Naturally, the existence of a noun or
verb does not require a class or responsibility in the
program, but it is considered a good starting point.

Is This Answer Correct ?    3 Yes 3 No

Post New Answer

More UML Interview Questions

What does UML stands for?

0 Answers   Futures First,


Explain about behavioral diagrams?

0 Answers  


What are the messages and the dynamic diagrams?

0 Answers  


Difference: 'uses', 'extends', 'includes'

3 Answers   Nobe,


What are the elements in State Chart diagrams?

0 Answers  


What do you understand by relationships in uml?

0 Answers  


What is the purpose of UML diagrams?

0 Answers  


How to backup active directory?

0 Answers  


What are the different elements of a collaboration diagram?

0 Answers  


What is transition?

0 Answers  


What is the difference between Activity and sequence diagrams?

0 Answers  


What are the three types of modeling in UML?

0 Answers  


Categories