What is the difference between a framework and a library?

后端 未结 19 2139
南旧
南旧 2020-11-22 11:46

What is the difference between a framework and a library?

I always thought of a library as a set of objects and

19条回答
  •  误落风尘
    2020-11-22 12:06

    I forget where I saw this definition, but I think it's pretty nice.

    A library is a module that you call from your code, and a framework is a module which calls your code.

提交回复
热议问题