Nandha BalanTypes of methods in pythonThere are different types of methods are there while defining a class, they areApr 22, 2021Apr 22, 2021
Nandha BalanAbstract in pythonAbstraction in Python is the process of hiding the real implementation of an application from the user and emphasizing only how to use the…Apr 22, 2021Apr 22, 2021
Nandha BalanSuper keyword in ppython super() function is used for accessing the methods and properties of the base class or superclass, basically a super function…Apr 22, 2021Apr 22, 2021