A

Admin • 833K Points
Coach

Q. Which of these is used to call a method from a parent class?

  • (A) super()
  • (B) this()
  • (C) parent()
  • (D) base()
  • Correct Answer - Option(A)
  • Views: 20
  • Filed under category Python
  • Hashtags:

Explanation by: Admin

`super()` is used to call a method from the parent class.

You must be Logged in to update hint/solution

Discusssion

Login to discuss.

Be the first to start discuss.