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# declarative or imperative?

Answer

You must know C#. The logic of a computation may be expressed in declarative programming without having to describe its control flow. Statements that alter the state of a program are important to the imperative programming paradigm.