Explain the significance of super() function?
Answers
Answered by
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
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
Geography,
5 months ago
Social Sciences,
5 months ago
Social Sciences,
10 months ago
Chemistry,
10 months ago
Math,
1 year ago
Biology,
1 year ago