Why Objective C does not support Method overloading.

Since objective c support run time at run time each method is treated as a different selector

Comments (2)