The statement return * this ; inside a member function of a class returns
- a copy of the object that invoked the function
- address of the member function
- address of this pointer
- None of the above
Answer:
Option a:a copy of the object that invoked the function
Explanation Here
0 Comments