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
What is the main difference between a class and an object?
Explain static binding
What is the main difference between overloading and overriding?
What is ‘this’ pointer?
Define Initialisation Purpose.
Differentiate between data abstraction and encapsulation.
Can you define OOP and principles of OOP?
How many instances can be created for an abstract class?
What are all the operators that cannot be overloaded?
What is the difference between an abstract class and interface in java?
What is the practical implementation of inner classes?
Which oops concept exposes only necessary information to the calling functions?
State two differences between an object and a class.
What is Abstract method and how different from Virtual Method?
When will you use an interface and abstract class?