Declarative & Imperative Programming
Declarative Programming
tell the computer what you want, instead of how, the interpreter figures out how to accomplish that
Imperative Programming
explicit instructions - tell the computer how to accomplish somethings - then the interpreter them executes
Last updated