Day #72 - super keyword in Python
Introduction
Welcome to my 72nd blog post on the Python journey. On day 72, I learned about 'super' keyword that is used to refer to the parent class. It is used when a class inherits from multiple parent classes and we want to call a method from one...
codewithjain.hashnode.dev3 min read