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 difference between abstract & interface?
Why dynamic binding is used in object-oriented programming?
Explian following terms: Constraint Rules, Design by contract.
Write basic concepts of oops?
How a program can be structured using the concept of object oriented programming?
What is virtual?
Which keyword can be used for overloading?
What's the main difference between arraylist / hashmap and vector / hashtable?
What is Polymorphism?
7 Answers MindCracker, Protech, TCS,
Can we have default method with same name and signature in the derived interface as the static method in base interface and vice versa?
What is inheritance?
What are Classes and Objects?