Q. In which situation is method overloading possible in Python?
β
Correct Answer: (C)
Python does not support method overloading
Explanation: Python does not support traditional method overloading; the latest definition overrides earlier ones.