Q:

If an object is passed by value, ____________________

0

If an object is passed by value, ____________________


  1. A new copy of object is created implicitly
  2. The object itself is used
  3. Address of the object is passed
  4. A new object is created with new random values

All Answers

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

 (a).A new copy of object is created implicitly

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

total answers (1)

OBJECT ORIENTED PROGRAMMING OBJECTS AND CLASSES IN OOPS MCQ

This question belongs to these collections

Similar questions


need a help?


find thousands of online teachers now
Pass by address passes the address of object _____... >>
<< In how many ways can an object be passed to a func...