0
What's the differences between library and framework?
3 Answers
+ 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 :/)