+ 1
What are static variables?
static int var; new int var; are these both same or they have some difference I understand what is new but not static
1 Réponse
static int var; new int var; are these both same or they have some difference I understand what is new but not static