Why static member function do not get this pointer?
Answers
Answered by
0
It is the object address value as apointer. For static functions there is no object address at all because static function can be called even before creation of any object using scope resolution operator. Even calling with an object pointer will not associate any "this" pointer to it
Similar questions
Social Sciences,
1 year ago
Math,
1 year ago