Declarative Programming focuses on what a program should achieve, rather than how to achieve it. It describes the desired result, leaving the execution details to the system, often seen in Functional Programming and Logic Programming.
Declarative Programming focuses on what a program should achieve, rather than how to achieve it. It describes the desired result, leaving the execution details to the system, often seen in Functional Programming and Logic Programming.