What is the difference between a framework and a library?

后端 未结 19 2136
南旧
南旧 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:10

    This is how I think of it (and have seen rationalized by others):

    A library is something contained within your code. And a framework is a container for your application.

提交回复
热议问题