What is method overloading in Python?
A. Using multiple methods with the same name but different parameters
B. Using methods with different names but the same parameters
C. Using methods with the same name and parameters
D. Using methods with different names and different parameters
Answer: Option A

Join The Discussion