Skip to content

Opening book details…

About this document

Accessing Parent Methods in Python by vishnu050621 is a document available to read on EtoBox.

The document discusses the accessibility of parent class methods from a child class in Python. It explains that child class methods cannot directly access parent instance methods and constructors using super(), but can access parent class methods and static methods. Examples illustrate the correct usage of super() to call parent methods and constructors from a child class.

Author
vishnu050621
Language
EN