What is the difference between a library and a framework?

2.41K views

What is the difference between a library and a framework?

In: Technology

4 Answers

Anonymous 0 Comments

The key difference between a library and a framework is “Inversion of Control”. When you call a method from a library, you are in control. But with a framework, the control is inverted: the frameworkcalls you. Both of them define an API that forprogrammers to use

You are viewing 1 out of 4 answers, click here to view all answers.