Table of Contents

What is the difference between a Library (and | vs) a Framework ?

About

This page explains you the difference between:

Basically, you need to look at the inversion of control principle:

Testing

With a library, it's easy to test your code whereas within a framework, the framework should provide a test feature.

Illustration

Library Vs Framework

1)

Documentation