Is python object-oriented? What is object-oriented programming?



Is python object-oriented? What is object-oriented programming?..

Answer / Awneesh Kumar

Python is an object-oriented programming language. Object-oriented programming (OOP) is a programming paradigm that provides a means of structuring programs so that properties and behaviors are bundled into individual objects. These objects interact with one another to accomplish complex tasks, making the code more modular, easier to maintain, and scalable.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Python Interview Questions

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

1 Answers  


Who created the Python programming language?

1 Answers  


What is different between class and object?

1 Answers  


Why do we need tuples?

1 Answers  


Explain the difference between append vs extend in list?

1 Answers  


Is python 0 indexed?

1 Answers  


Explain how Python is an interpreted language

2 Answers  


What is the iterator protocol?

1 Answers  


What are private methods in python?

1 Answers  


What is the difference between repr and str in python?

1 Answers  


How long do goats sleep?

1 Answers  


What does ‘#’ symbol do in python?

1 Answers  


Categories