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 is sealed modifiers?
what are the different ways for a method to be overloaded?
explain dynamic binding
Explain about the design phase?
How can I be thrown polymorphically?
Does a concept HAVE to become a class in Design?
Why does java not support multiple inheritance?
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's the order of call of constructors in inheritiance?
What is the diffrence between an abstract class and interface?
Name the different creational patterns in object oriented design?
Comment: C++ "includes" behavior and java "imports"