Amazon Interview Question

What is functional programming?

Interview Answer

Anonymous

Jan 30, 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.