What are the good practices to use while designing for
reuse?
Answer Posted / 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 View All Answers
Explain method overriding.
How to achieve data abstraction?
What is the need of multiple inheritance?
Is @functionalinterface annotation mandatory to define a functional interface? What is the use of @functionalinterface annotation? Why do we need functional interfaces in java?
What are the various types of constructors?
What is operator overloading?
Explain about uml?
What is sealed modifiers?
Can you define OOP and principles of OOP?
Define Destructor?
What are all the operators that cannot be overloaded?
How do we implement serialization actually?
Is it possible to provide method implementations in java interfaces? If possible, how do we provide them?
What is the difference between a class and a structure?
What are the main features of oops?