Last updated 2 years ago
Was this helpful?
This chapter covers main aspects of OOP realized in Python - classes, instances, method resolution, inheritance, class and instance methods. Also - magic methods, slots and methods overloading using super() function.