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 |
USECASE is an implementation independent notation. How will the designer give the implementation details of a particular USECASE to the programmer?
What are the methods required to create changes in subclasses?
What is polymorphism? When is it employed? give an example.
Can you explain primordial class loader?
What is meant by overloading functions and operators?
What is the difference between an interface and abstract class?
Is @functionalinterface annotation mandatory to define a functional interface? What is the use of @functionalinterface annotation? Why do we need functional interfaces in java?
Is it possible to provide method implementations in java interfaces? If possible, how do we provide them?
Giving reasons explain two external responsibilities of a project manager.
What is association?
What are the Design Patterns you know.
2 Answers InfoAxon Technologies, Protech,
What is serialization? How do we implement serialization actually?