Question: Which statement is true about Functional Programming?

  1. Every object in the program has to be a function.
  2. Code is grouped with the state it modifies.
  3. Date fields and methods are kept in units.
  4. Side effects are not allowed.

Answer: The correct answer of the above question is Option D:Side effects are not allowed.