What is difference between library and framework ?? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

What is difference between library and framework ??

6th May 2020, 5:40 AM
Utsav Parikh
Utsav Parikh - avatar
1 Answer
+ 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.
6th May 2020, 6:11 AM
SITHU Nyein
SITHU Nyein - avatar