Is Python object-oriented or functional programming?
Answer Posted / 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 |
Post New Answer View All Answers
How multithreading is achieved in python?
How to pass optional or keyword parameters from one function to another in python?
What is the dictionary in Python?
How do you count in python?
Does python supports interfaces like in java or c#?
Who uses python?
Do you know what is lambda in python?
How do you do data abstraction in python?
Describe python usage in web programming?
What is the module and package in python?
What is the use of break statement?
How do you perform pattern matching in python?
Which software is used for python?
Explain accessor and mutator methods in python?
Explain me what is pass in python?