this: the implicit parameter in OOP
February 11, 2025
I was recently reminded that the variable this
is an implicit parameter passed to all methods in OOP such as C++. We can observe this by comparing a regular function vs a method
belonging to some class: