Top Categories
A simple explanation of super() in Python
- Category:
- Sub Category:
[https://www.buymeacoffee.com/cogsci] In this video, I explain the super() function for object-oriented programming (OOP) in Python. There is a lot of myth-building about what this function does, but it's surprisingly simple! In a nutshell, super() make complex multiple inheritance easier, bu
[https://www.buymeacoffee.com/cogsci] In this video, I explain the super() function for object-oriented programming (OOP) in Python. There is a lot of myth-building about what this function does, but it's surprisingly simple! In a nutshell, super() make complex multiple inheritance easier, but in most scenarios is identical to explicitly calling base-class functions.