Which programming model is known for its use of functions as first-class citizens? 🔊
The programming model known for its use of functions as first-class citizens is functional programming. In this paradigm, functions can be assigned to variables, passed as arguments, and returned from other functions, promoting a declarative approach to coding. This model emphasizes immutability and statelessness, aiding in easier debugging and testing.
Equestions.com Team – Verified by subject-matter experts