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 purpose of late binding in object-oriented programming?
Explain about inheritance hierarchies?
What is an abstract property. Give an example?
What is the difference between new and override?
Can we override static methods? Why?
What is the main use of message metaphor in object-oriented programming?
What are base class, sub class and super class?
What is operator overloading?
What is meant by overloading functions and operators?
Which OOPS concept exposes only the necessary information to the calling functions?
What is the need of multiple inheritance?
What are the types of polymorphism?
Name the different creational patterns in object oriented design?
What is a friend function?
What is inheritance in java?