Does python have oops concepts?



Does python have oops concepts?..

Answer / Ashutosh Kumar Singh Raghuvans

Yes, Python has Object Oriented Programming (OOP) concepts such as classes, objects, inheritance, polymorphism, encapsulation, and abstraction.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Python Interview Questions

Is python an oop?

1 Answers  


What is pydoc command?

1 Answers  


Does the functions help() and dir() list the names of all the built_in functions and variables? If no, how would you list them?

1 Answers  


What are the tools that help to find bugs or perform analysis?

1 Answers  


list some of the data science libraries in python

0 Answers  


How do you use super in python?

1 Answers  


Why do we want to use break statement in while-loop?

1 Answers  


What's a negative index?

1 Answers  


What are docstrings and comments?

1 Answers  


What is tuple in python?

1 Answers  


What is asynchronous python?

1 Answers  


What does == mean in python?

1 Answers  


Categories