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?

Answers were Sorted based on User's Feedback



Is Python object-oriented or functional programming?..

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

Is Python object-oriented or functional programming?..

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

Post New Answer

More Python Interview Questions

How can I find methods or attributes of an object in Python?

0 Answers  


Which is faster tuple or list?

0 Answers  


What will be the output of data[-2] from the list data = [1,5,8,6,9,3,4]?

0 Answers  


What is python method?

0 Answers  


What are the ways to write a function using call by reference?

1 Answers  


Are methods and constructors the same thing?

0 Answers  


Does xrange work python 3?

0 Answers  


What is __ file __ in python?

0 Answers  


Which is faster python or php?

0 Answers  


What does stringvar.strip() does?

0 Answers  


Is python a pop or oop?

0 Answers  


What is the difference between range and xrange functions?

0 Answers  


Categories