5
The difference between an instance variable and a static variable.
(programming.dev)
This is a great one. I'm definitely using it in class this fall to explain static variables.
Fun fact: I made this meme to explain my classmates static variables.
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!
Post funny things about programming here! (Or just rant about your favourite programming language.)