Is Objective C functional programming?
The question is about Objective C
Answer:
No, Objective C is not a functional programming language. It is primarily an object-oriented programming (OOP) language, though it allows developers to incorporate functional programming concepts to a limited extent using blocks (closures).