What's the differences between library and framework? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

What's the differences between library and framework?

20th Jul 2019, 9:42 PM
Alireza Talei
Alireza Talei - avatar
1 Answer
+ 6
😎Cybrarian😎 Very accurate and short description ;) A library is just a collection of classes, meaning you can call a method of it anytime you want. A framework is often described as a "skeleton", so it has the control flow, you just "fill out the blanks", and it gets run. There is a real nice picture, something like this: Libraries ← Frameworks ↑ ↓ Your Codes (Maybe I shouldn't draw pictures with text :/)
20th Jul 2019, 10:26 PM
Airree
Airree - avatar