Tagged Questions

6
votes
5answers
233 views

what is the difference between declarative and imperative programming

I have been searching the web looking for a definition for declarative and imperative programming that would shed some light for me. However the language used at some of the resour …
-3
votes
2answers
142 views

How is Java an ‘imperative’ programming language and not a ‘declarative’ one?

Specially in comparison to C/C++ (which are declarative), how is Java imperative?
12
votes
3answers
248 views

Difference between Declarative and Procedural Programming ?

Hi everyone, During one of my interviews, they asked me the difference between those two (Declarative Programming and Procedural Programming) programming type and the problem is I …