bar();//is this possible? or should you say this->bar()
this implicit. Thus, they are both equivalent. You can use any of them. But then I think, if just bar() enough, then why use this->bar() ?
Use this only if there is some ambiguity, otherwise use a simpler one!
source share