Introduction to Object-oriented Programming
- slide 11 : 22
Reusability
More reuse - Less software to manage
The challenges of reusability:
Find
Where is the component, and how do I get it?
Understand
What does the component offer, and how does it fit with my own program?
Modify
Do I need to adapt the component in order to (re)use it?
Integrate
How do I actually organize and use the component together with the existing components?