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 use of message metaphor in object-oriented programming?
What is difference between class and interface?
What is data abstraction? what are the three levels of data abstraction with Example?
What are manipulators?
What is the main difference between overloading and overriding?
Can a function be overloaded based on return types?
Define Data Abstraction. What is its importance?
What is multiple inheritance? How java 8 supports multiple inheritance?
What is a pure virtual function?
Explain about parametric polymorphism?
What is the need of multiple inheritance?
What is the default access specifier in a class definition?
What is virtual?
What are abstract methods?
Why dynamic loading is used in object-oriented programming?