

MCQOPTIONS
Saved Bookmarks
1. |
Can data members be passed to a function using the object? |
A. | Yes, it can be passed only inside class functions |
B. | Yes, only if the data members are public and are being passed to a function outside the class |
C. | No, can’t be passed outside the class |
D. | No, can’t be done |
Answer» C. No, can’t be passed outside the class | |