Answers for "is it compulsory to keep return type of functions same in function overloading ?"

1

does overloading method can have different return type

return type can be same or different
in method overloading

but you can't have same parameters
Posted by: Guest on January-12-2021

Code answers related to "is it compulsory to keep return type of functions same in function overloading ?"

Browse Popular Code Answers by Language