Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

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


Please Help Members By Posting Answers For Below Questions

How long will it take to learn python?

887


How will you differentiate between deep copy and shallow copy?

787


Does python sleep use cpu?

847


What does code coverage mean?

794


Given the first and last names of all employees in your firm, what data type will you use to store it?

1048


What are the difference between python and java?

1027


Purpose of "/" and "//" operator in python?

950


List out the different types of inheritance available in python?

853


How do you write a simple code in python?

841


What is the difference between list and tuples in python?

920


What is __init__.py used for in python?

962


which is the most commonly used package for data importing and manipulation?

898


What are loops in python?

871


Does python support interfaces like in java?

1068


How to walk through a list in a sorted order without sorting the actual list?

1148