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 a ternary operator?
What is the use of destructive method?
what is the difference between the up phase and up workflows?
Comment: C++ "includes" behavior and java "imports"
Is it possible to provide method implementations in java interfaces? If possible, how do we provide them?
What is the diffrence between an abstract class and interface?
How do you prevent a class from being inherited by another class?
What do you mean by virtual function and virtual classes?
State about java and its relation to object oriented programming?
What is dynamic or run time polymorphism?
What is bootstrap, extension and system class loader?
Explain the abstract class modifier?