Introduction to OOP
Chapter 21: Software Frameworks :
next
previous
audio
real
text
The Tension between Reuse and Specialization
A truly general purpose tool cannot contain features specific to any one application
Solving most problems requires application specific features
How do you bridge the gap between general purpose and application independent tools and an application that will solve a real problem?
Intro OOP,
Chapter 21
, Slide 02