what are programming paradigm briefly explain two popular programming paradigms.
Answers
Answer:
hope this helps u :-)
Explanation:
The functional programming paradigms has its roots in mathematics and it is language independent. The key principal of this paradigms is the execution of series of mathematical functions. The central model for the abstraction is the function which are meant for some specific computation and not the data structure.
Some Common Paradigms
i)Declarative : Programming by specifying the result you want, not how to get it.
ii)Structured : Programming with clean, goto-free, nested control structures. iii)Procedural : Imperative programming with procedure calls.
iv)Object-Oriented : Programming by defining objects that send messages to each other.
A programming paradigm is a style, or “way,” of programming. Some languages make it easy to write in some paradigms but not others. Never use the phrase “programming language paradigm.” A paradigm is a way of doing something (like programming), not a concrete thing (like a language).
HOPE IT WILL HELP YOU
PLEASE MARK IT AS BRAINLIEST