Open dvas0004 opened 5 years ago
Overloaded methods depend only on the method signature (i.e. the name and parameter list)... so if the parameters are the same but return type is different - there will be a compilation error (not enough for compiler to tell methods apart)
Overloaded methods depend only on the method signature (i.e. the name and parameter list)... so if the parameters are the same but return type is different - there will be a compilation error (not enough for compiler to tell methods apart)