Kizspy | Question: 22
(Choose 1 answer)
In object-oriented programming, what is the primary purpose of the super keyword in Python?
A. To call a method from the parent class.
B. To define a new class.
C. To delete an object.
D. To check the type of an object.