Computer Science, asked by Athenaxnikhil, 10 months ago

Explain the significance of super() function?​

Answers

Answered by saurabh3635
2

Answer:

The super() function in Python makes class inheritance more manageable and extensible. The function returns a temporary object that allows reference to a parent class by the keyword super. The super() function has two major use cases: To avoid the usage of the super (parent) class explicitly.

HOPE IT HELPS YOU

FOLLOW ME AND MARK ME AS BRAINLIEST

Answered by vinayakmanche4
1

Answer:

The super() function in python makes class inherent more manageable and extensible .

The function returns a temporary object that allows reference to parent class by the keyword super.

Similar questions