What are the good practices to use while designing for
reuse?
Answer / priyadharshini.m
1.Form classes as generic classes whenever it is possible.
2.Set coupling to be low when deciding the message passing
| Is This Answer Correct ? | 2 Yes | 0 No |
Explain the mechanism of composition?
Explain what a method is?
What's the main difference between arraylist / hashmap and vector / hashtable?
How a program can be structured using the concept of object oriented programming?
Describe the Diamond problem. Where does this problem occur?
What is static and dynamic Binding?
What is the difference between an error and an exception?
What is an interface?
Difference: Object Oriented Analysis (OOA) and Object Oriented Design (OOD)?
What is the use of destructive method?
Explian following terms: Constraint Rules, Design by contract.
What are extrinsic and intrinsic connections in object-oriented programming?