+ 1
What is difference between library and framework ??
1 Resposta
+ 2
The key difference between a library and a framework is "Inversion of Control". A framework normally defines a skeleton where the application defines its own features to fill out the skeleton. ... A framework is normally more complex. On the other hand a library is just a collection of class definitions.