Computer Science, asked by shivanisrivastava897, 4 months ago

describe three attributes of python object​

Answers

Answered by Anonymous
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