Whenever non-static member functions are called _______________
(a) Address of the object is passed implicitly as an argument
(b) Address of the object is passed explicitly as an argument
(c) Address is specified globally so that the address is not used again
(d) Address is specified as return type of the function
I had been asked this question in quiz.
The query is from This Pointer topic in portion Assigning Object, Pointer to Objects, Passing and Returning Object of Object Oriented Programming