

MCQOPTIONS
Saved Bookmarks
1. |
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 |
Answer» B. Address of the object is passed explicitly as an argument | |