What is a framework? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 5

What is a framework?

after all, can anyone give me a simple explanation of what a framework is?

13th Feb 2018, 12:32 AM
Felipe Braga
Felipe Braga - avatar
4 Answers
+ 9
Framework: A framework provides functionalities/solution to the particular problem area. Definition from wiki: A software framework, in computer programming, is an abstraction in which common code providing generic functionality can be selectively overridden or specialized by user code providing specific functionality.
13th Feb 2018, 2:32 AM
Abhivarshini Maddala
Abhivarshini Maddala - avatar
+ 7
A bunch of code written for the purpose to be used again , so that we dont have to write the same code again and again (just use the older one) . Just like libraries . He said simple , not bookish definitions
13th Feb 2018, 2:51 AM
Utkαrsh
Utkαrsh - avatar
+ 5
It's the pack of libraries
13th Feb 2018, 2:08 AM
Yanothai Chaitawat
Yanothai Chaitawat - avatar
+ 4
A framework (web framework specifically) is something that creates the framework of the website, as in the general look to it. This can include HTML, which is sometimes compared to the framework of a house, or DJango, a Python module capable of being a web framework. Hope this helped!
13th Feb 2018, 1:23 AM
Faisal
Faisal - avatar