top of page

Explain functions are first-class-objects?

Updated: Jan 28, 2023

A programming language is said to support first-class functions. If it treats functions as first-class objects. Python supports the concept of First Class functions.


  • functions can be treated as object

  • functions can be passed as an argument to other functions

  • function can return another function


Thanks for reading!!!

Your Rating and Review will be appreciated!!

Twitter: @LearnerLandmark

Recent Posts

See All

Comments

Rated 0 out of 5 stars.
No ratings yet

Add a rating
bottom of page