Is Python object-oriented or functional programming?
Answer Posted / 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 |
Post New Answer View All Answers
What are the built-in data-types in python?
What is the key difference between a list and the tuple?
Do you know what does the
What is raw_input in python 3?
How long do goats sleep?
What tools can be used to unit test your python code?
Name some of the features of python?
Why do you need to make your code more readable?
What is a python template engine?
Can python replace bash?
What is super () in react?
Is empty function in python?
How to tic tac toe computer move?
Explain the //, %, and ** operators in python?
Multiply all elements of a list without writing a loop?