Question: Which statement is true about Functional Programming?
- Every object in the program has to be a function.
- Code is grouped with the state it modifies.
- Date fields and methods are kept in units.
- Side effects are not allowed.
Answer: The correct answer of the above question is Option D:Side effects are not allowed.