Framework Vs. API

前端 未结 12 1151
隐瞒了意图╮
隐瞒了意图╮ 2020-12-04 08:04

Now, this may be a silly question but sometimes the terms Framework and API are used interchangeably. The way I see it is that a Framework is a bigger more generic thing, co

12条回答
  •  广开言路
    2020-12-04 08:23

    I've always thought the framework was the whole thing, internal code, API's, etc.

    While the API is just the bit you use when you want to make use of the framework.

    In other words, the .NET framework consists of the .NET libraries, all the languages and so on. The API is just the way you call the functions.

提交回复
热议问题