Amazon interview question

What is functional programming?

Interview Answer

Anonymous

30 Jan 2011

Functional programming, programs are executed by evaluating expressions, in contrast with imperative programming where programs are composed of statements which change global state when executed.