Q:

If an object is passed by value, _________________

0

If an object is passed by value, _________________


  1. Temporary object is used in the function
  2. Local object in the function is used
  3. Only the data member values are used
  4. The values are accessible from the original object

All Answers

need an explanation for this answer? contact us directly to get an explanation for this answer

 (b).Local object in the function is used

need an explanation for this answer? contact us directly to get an explanation for this answer

total answers (1)

OBJECT ORIENTED PROGRAMMING - OBJECTS AND POINTERS MCQ

This question belongs to these collections

Similar questions


need a help?


find thousands of online teachers now
Can data members be passed to a function using the... >>
<< What is the type of object that should be specifie...