COMPUTER SOFTWARE
PROGRAMMING LANGUAGES
Question
[CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
|
|
procedural paradigm
|
|
functional paradigm
|
|
object-oriented paradigm
|
|
None of the above
|
Detailed explanation-1: -Functional programming is a paradigm of building computer programs using expressions and functions without mutating state and data. By respecting these restrictions, functional programming aims to write code that is clearer to understand and more bug resistant.
Detailed explanation-2: -Object-oriented programming (OOP) is a programming paradigm based on the concept of “objects", which can contain data and code.
Detailed explanation-3: -In computer science, functional programming is a programming paradigm … that treats computation as the evaluation of mathematical functions and avoids changing-state and mutable data.
Detailed explanation-4: -Programming Paradigm Defined A programming paradigm is the classification, style or way of programming. It is an approach to solve problems by using programming languages.