💡 Interview Q&A

Login Register

python

Super() function in python

Asked by Amit on 24 Oct 2025

Answers

super() is a built-in Python function that allows you to call methods from a parent (superclass) inside a child (subclass)

Answered by Amit on 24 Oct 2025
1
Your Answer