Back

Explore Courses Blog Tutorials Interview Questions
0 votes
2 views
in Python by (50.2k points)
Can anyone tell me whether Python is object-oriented?

1 Answer

0 votes
by (108k points)

Yes, Python is considered as an object-oriented language, and because of this property, we can easily operate classes and objects in Python. The basic idea of being an object-oriented language is to have reusable code. With the concept of classes and objects, we do not have to create our program, again and again. We can just create it once and use it anywhere. This concept is also something similar to DRY (Don’t repeat yourself).

If you are looking for an online course to learn Python, check out this Python Training program by Intellipaat.

Related questions

0 votes
1 answer
asked Jan 6, 2021 in Python by ashely (50.2k points)
0 votes
1 answer
0 votes
1 answer
asked Feb 16, 2021 in Java by Jake (7k points)

Browse Categories

...