Answer Posted / 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 |
Post New Answer View All Answers
Is it possible to provide method implementations in java interfaces? If possible, how do we provide them?
Why is message passing between the objects important?
What are the basic concepts of oop?
If a method definition has been specified in class , its base class , and the interface which the class is implementing, which definition will be picked if we try to access it using interface reference and class object?
What if we make the method as abstract in another interface?
Explain about message passing in object oriented programming?
Can you use virtual, override or abstract keywords on an accessor of a static property?
What is the difference between data hiding and implementation?
What is difference between encapsulation and abstraction?
What is the function of messaging metaphor?
What's the main difference between arraylist / hashmap and vector / hashtable?
Explain what is an object?
Can we have default method with same name and signature in the derived interface as the static method in base interface and vice versa?
Does PowerShell support OOPs?
Explain about multiple inheritance?