C
C#10mo ago
Brantes

Methods Overloading

Is using overloading the most recommended option when creating methods that receive different parameters? Or is there a better practice?
1 Reply
Angius
Angius10mo ago
That or generic methods, yes

Did you find this page helpful?