Skip to content

Latest commit

 

History

History
19 lines (10 loc) · 225 Bytes

File metadata and controls

19 lines (10 loc) · 225 Bytes

Object Oriented Programming

Classes & Objects

Inheritance

Polymorphism

Using function overrides

Special methods in Python

  • __init__()
  • __repr__()
  • __str__()
  • __class__()