describe three attributes of python object
Answers
Answered by
13
describe three attributes of Python object
Attributes in Python — 6 Concepts to Know
•Class Attributes. To better manage data in our projects, we often need to create custom classes. ...
•Instance Attributes. With custom classes, we can also set attributes to instance objects. ...
•Functions As Attributes. ...
•Private Attributes. ...
•Protected Attributes. ...
•Properties.
Similar questions