What are programming paradigm | Sololearn: Learn to code for FREE!
Nouvelle formation ! Tous les codeurs devraient apprendre l'IA générative !
Essayez une leçon gratuite
0

What are programming paradigm

I need a brief description of programming paradigm

11th Oct 2018, 4:46 PM
rudraksh bohra
rudraksh bohra - avatar
1 Réponse
+ 1
Taken from here: http://www.eecs.ucf.edu/~leavens/ComS541Fall97/hw-pages/paradigms/major.html There are several kinds of major programming paradigms: Imperative: assumes that the computer can maintain through environments of variables any changes in a computation process, Logical: takes a declarative approach to problem-solving, Functional: views all subprograms as functions in the mathematical sense, and Object-Oriented: viewed as separate entities having their own state modified by built in methods.
11th Oct 2018, 9:30 PM
John Wells
John Wells - avatar