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 |
Comment: C++ "includes" behavior and java "imports"
Which oops concept is used as reuse mechanism?
Explain about a class?
Explain the term constructor
What is the use of ‘finalize’?
What do you mean by operator overloading?
What are the limitations of oops?
Explain what is polymorphism?
What is bootstrap, extension and system class loader?
What do you mean by virtual function and virtual classes?
What is Abstract method and how different from Virtual Method?
Explain about abstraction?