What are the good practices to use while designing for
reuse?



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

Post New Answer

More OOAD Interview Questions

What is sealed modifiers?

0 Answers  


what are the different ways for a method to be overloaded?

0 Answers  


explain dynamic binding

0 Answers  


Explain about the design phase?

0 Answers  


How can I be thrown polymorphically?

0 Answers  






Does a concept HAVE to become a class in Design?

1 Answers   Protech,


Why does java not support multiple inheritance?

0 Answers  


Can we have default method with same name and signature in the derived interface as the static method in base interface and vice versa?

0 Answers  


What's the order of call of constructors in inheritiance?

0 Answers  


What is the diffrence between an abstract class and interface?

0 Answers  


Name the different creational patterns in object oriented design?

0 Answers  


Comment: C++ "includes" behavior and java "imports"

1 Answers   Protech,


Categories