Pointer => pointer is a variable which stores address of a variable.
so can we say that this keyword is a poiter as it points to class properties?
Pointer => pointer is a variable which stores address of a variable.
so can we say that this keyword is a poiter as it points to class properties?
No, it is not a pointer.
Usage of this in java and c++ might be similar
but in java it is not a pointer.