The difference between an instance variable and a static variable.
The difference between an instance variable and a static variable.
cross-posted from: https://programming.dev/post/146762
The difference between an instance variable and a static variable.
cross-posted from: https://programming.dev/post/146762
You're viewing a single thread.
Young man, could.you explain your shitpost?
int variable => local scope => my int from the perspective of an instance
static int variable => class scope => our int, for all instances of a class
You know what's funny? In PHP it's backwards :D
well of course it is!