asked 121k views
1 vote
In python, functions are treated as first-class data objects. what does this mean?

asked
User Zenja
by
8.1k points

1 Answer

1 vote

Answer:

its because python support 3 major concept Procedural, Functional, Object Oriented(OOP).

by use of functional we can pass arguments,return value.

answered
User Yesennes
by
7.8k points

No related questions found