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 subclass?
What is bootstrap, extension and system class loader? Or can you explain primordial class loader?
What is Polymorphism, overloading, overriding and virtual?
Do we require parameter for constructors?
Can you instantiate an abstract class and what is an inner class?
0 Answers Flextronics, Tavant Technologies, Virtusa,
Can a function be overloaded based on return types?
What is function override?
A class inherits from 2 interfaces and both the interfaces have the same method name as shown below. How should the class implement the drive method for both car and bus interface?
If a method definition has been specified in the 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?
Explain about multiple inheritance?
What is data encapsulation and what is its significance?
What is the use of finalize method?