Libraries versus Frameworks

Damien Cassou, Stéphane Ducasse and Luc Fabresse http://stephane.ducasse.free.fr

Outline

What are Libraries?

.

What are Frameworks?

.

Libraries versus Frameworks

Libraries versus Frameworks

Library Framework
The client instantiates the classes The framework instantiates the classes
The client invokes library functions The framework invokes code in the client
The client is responsible for the flow The framework is responsible for the flow

Inheritance as Parameterization

.

MyGUI new newWindow  --> creates a window of width 25

Framework Design

/