Is Python object-oriented or functional programming?
Answers were Sorted based on User's Feedback
Answer / nashiinformaticssolutions
Python is functional as well as object-oriented. By permitting the construction of classes and objects, encapsulation, inheritance, and polymorphism, it facilitates object-oriented programming, or OOP. Functional programming concepts like lambda expressions, list comprehensions, higher-order functions, and first-class functions are also supported by Python. Python is a multi-paradigm language because of its versatility, which allows developers to employ functional, OOP, or a combination of both approaches depending on the task.
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / glibwaresoftsolutions
Python is functional as well as object-oriented. By permitting the construction of classes and objects, encapsulation, inheritance, and polymorphism, it facilitates object-oriented programming, or OOP. Functional programming concepts like lambda expressions, list comprehensions, higher-order functions, and first-class functions are also supported by Python. Python is a multi-paradigm language because of its versatility, which allows developers to employ functional, OOP, or a combination of both approaches depending on the task.
| Is This Answer Correct ? | 0 Yes | 0 No |
Explain about multi threading on python?
What are classes in programming?
Comparison operators != Is not equal to in python?
What are accessors, mutators, and @property?
What is __ init __( self in python?
How do you include a string in python?
How is python interpreted language?
Can we return a string in python?
Do sets, dictionaries and tuples also support comprehensions?
What is python? What are the benefits of using python? What do you understand of pep 8?
Which database is best for python?
Why python is a dynamic language?