Specially in comparison to C/C++ (which are declarative), how is Java imperative?
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
|
C/C++ is imperative too. Edit: Imperative is do this, then do that, then do the next thing and so on. Declarative is, this are the rules, now what's the answer to this question. Google, you'll find plenty of info. |
|||||
|
|
You are confusing the concepts, C and C++ are not declarative languages. Refer to |
|||
|
|