+ 3
What is this->x=x? این چیه؟
این چیه؟ با توضیح what is it?please explain this->x=x
3 Answers
+ 4
it means assign variable's x value to current object's x field
+ 3
this->x is like object.x
this->get(); is like object.get();
Ask if you don't understand
+ 1
Exactly



