Which of the following statements is true regarding method overloading in C#?
A. Methods must have the same return type and name
B. Methods must have different return types
C. Methods must have the same number of parameters
D. Methods must have the same signature
Answer: Option D
Join The Discussion