Introduction to OOP
Chapter 21: Software Frameworks :
next
previous
audio
real
text
Reuse of High Level Abstractions
Software frameworks provide a different type of reuse:
Conventional libraries of procedures provide a means for reuse of low level abstractions (I/O libraries, math functions, and so on).
Software frameworks provide a means for reuse of high level abstractions, and still allow them to be specialized for new situations.
Intro OOP,
Chapter 21
, Slide 06