Checkout
Start free trial
Take Naologic for a spin today, no credit card needed and no obligations.
Start free trial
Question

Declarative Programming - Is C++ a declarative language?

Answer

Imperative programming focuses on the steps the computer should take instead of what the machine will do (ex. C, C++, Java), whereas declarative programming is more concerned with what the computer should do (ex. SQL) than how it should do it.