Skip to content

Latest commit

 

History

History

0x08-python-more_classes

Python - More Classes and Objects

In this project, I continued to practice object-oriented programming in Python. I learned about class methods, static methods, class vs instance attributes, andbhow to use the special __str__ and __repr__ methods.