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 dynamic typing?
What are manipulators?
Explain the use of Vtable and what are the various problems to override the functions?
Difference between class and an object?
What is an interface?
What is the function of pure virtual functions?
What is the difference between new and override?
How to define an abstract class?
What is operator overloading?
Is class an Object? Is object a class?
Difference: Object Oriented Analysis (OOA) and Object Oriented Design (OOD)?
What is association?