static member functions,this pointer

Jun 17, 2014 at 3:34am


thispointer is created whenever a member function is called.When a member function is called the address of the object which called the function gets passed.This address is stored in this pointer.Static member functions do not receive this pointer because we dont need objects to call the static functions.
Jun 17, 2014 at 5:37am
And the question is...?
Jun 17, 2014 at 5:38am
Is there a question in there trying to get out?
Jun 17, 2014 at 5:43am
i jus wanted to confirm if its correct
Topic archived. No new replies allowed.