+ 3
Whats the difference between a framework and a library!
I dont really know how to differentiate them both
2 Respostas
+ 1
Libraries are packages which contain functions that can be called from your code. eg. assume your task is to find average of numbers, you can use the (say) addition library to find the sum without writing your own logic.
Frameworks on the other hand, will set up a working codebase in which you can develop your application.
Hope this helps.
+ 1
Hi Davey
A library is called by your code, your code is called by a Framework.
ie most Frameworks are very opinionated, they are in charge.