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 |
What's the main difference between arraylist / hashmap and vector / hashtable?
What is serialization? How do we implement serialization actually?
What is the function of dynamic typing?
How to define an interface?
Define Destructor?
Does PowerShell support OOPs?
What is meant by inheritance? what are the advantages of inheritance?
Explain the implementation phase with respect to oop?
What are the main features of oops?
Can we have default method with same name and signature in the derived interface as the static method in base interface and vice versa?
What is inheritance in java?
Explain about the design phase?