πŸ“Š Python
Q. Which of these is used to call a method from a parent class?
  • (A) super()
  • (B) this()
  • (C) parent()
  • (D) base()
πŸ’¬ Discuss
βœ… Correct Answer: (A) super()

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

Explanation by: Mr. Dubey
`super()` is used to call a method from the parent class.

πŸ’¬ Discussion


πŸ“Š Question Analytics

πŸ‘οΈ
70
Total Visits
πŸ“½οΈ
10 mo ago
Published
πŸŽ–οΈ
Mr. Dubey
Publisher
πŸ“ˆ
83%
Success Rate