What is the difference between a framework and a library?

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

    I think you pinned down quite well the difference: the framework provides a frame in which we do our work... Somehow, it is more "constraining" than a simple library.
    The framework is also supposed to add consistency to a set of libraries.

提交回复
热议问题