What is declarative programming paradigm ? How it is different than imperative paradigm?
Answers
Answered by
0
Answer:
Declarative programming is a programming paradigm β¦ that expresses the logic of a computation without describing its control flow. Imperative programming is a programming paradigm that uses statements that change a program's state.
Similar questions