0

Honestly Question

I am confused, not understanding this If a method does not return any value, you should use the return type: blank. And what do you mean to answer?

7th Feb 2017, 6:15 AM
Grace
1 Odpowiedź
0
in c# this would be the "void" return type. void myMethod() { // code }
7th Feb 2017, 6:35 AM
ChaoticDawg
ChaoticDawg - avatar