How to use CRC Cards for Class Design?
Answers were Sorted based on User's Feedback
Answer / priyadharshini.m
CRC cards are used to idenity classes,responsibilities
(methods/behaviour) and colloboration(interaction) with
other classes.once identified they are used to draw refined
class diagram
| Is This Answer Correct ? | 3 Yes | 0 No |
What is the function of messaging metaphor?
Where shall I go for Package Diagram?
what is full form OOP?
What is the use if instanceof keyword? And how do refer to a current instance of object?
What's the main difference between arraylist / hashmap and vector / hashtable?
Is @functionalinterface annotation mandatory to define a functional interface? What is the use of @functionalinterface annotation? Why do we need functional interfaces in java?
How many instances can be created for an abstract class?
What is the use of finalize method?
Can you give some examples of tokens?
Explain about uml?
What is Polymorphism?
7 Answers MindCracker, Protech, TCS,
Can you create an instance of an interface?