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?
Define Destructor?
What are the main features of oops?
what are the different ways for a method to be overloaded?
Write a note on encapsulation?
What is virtual multiple inheritance?
What is the syntax of object oriented method call?
Explain basic concepts of OOPS?
What is the difference between a class and a structure?
What is meant by function overloading and function overriding?
What is the difference between oop and sop?
Define Data Abstraction. What is its importance?