Guys, I am receiving as a parameter in a override ...
# android
a
Guys, I am receiving as a parameter in a override function a String that must to be transformed to lowercase. Is possible to do this in param declaration?
r
not in the declaration. you would handle that in the body of the function