Q. Which of these is used to call a method from a parent class?
β
Correct Answer: (A)
super()
Explanation: `super()` is used to call a method from the parent class.