What is the difference between a language and a framework?

后端 未结 6 1311
野趣味
野趣味 2020-12-30 05:07

Can someone give me a clear, concise definition of the difference between a programming language and a framework? I have scoured the web and been unable to find an adequate

6条回答
  •  旧巷少年郎
    2020-12-30 05:42

    I hope i can explain using an example.

    Dot net is a framework which consists of large libraries and supports many programming languages.. C# is a programming language through which you can give instruction to a machine mainly computer.. Now if your source code is in C# you can use Dot net framework libraries and the source code which is written in other languages..

提交回复
热议问题