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
Does a class inherit the constructor of its super class?
What is the use if instanceof keyword?
Why dynamic binding is used in object-oriented programming?
Explain the abstract class modifier?
What is @functionalinterface?
What do you mean by abstract class?
Explain serialization and overriding?
State some of the advantages of object oriented programming?
What is an interface?
What is the difference between an abstract class and interface in java?
What is data encapsulation and what's its significance?
Explain the implementation phase with respect to oop?
What are the access modifiers?
What is polymorphism? When is it employed? give an example.
What is a try/ catch block?