Q:

If object is passed by value, ________________

0

If object is passed by value, ________________


  1. Copy constructor is used to copy the values into another object in the function
  2. Copy constructor is used to copy the values into temporary object
  3. Reference to the object is used to access the values of the object
  4. Reference to the object is used to created new object in its place

All Answers

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

 (a).Copy constructor is used to copy the values into another object in the function

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
Pass by reference of an object to a function _____... >>
<< Which symbol should be used to pass the object by ...