0
What happens if we put only static hello() and not static void hello() in any functions?
why do we have to put both static and void image method . why doesn't the program run with only static??
1 Réponse
+ 1
static isn't a return type
why do we have to put both static and void image method . why doesn't the program run with only static??