131k views
1 vote
How does object-oriented programming work in Python?​

1 Answer

6 votes

Answer:

class & object. A class is a blueprint, a model for its objects. So again, a class it is just a model, a way to define attributes and behavior And objects are instances of a class.

Step-by-step explanation:

User Algorys
by
7.5k points