Q:

If an object is created and another object is assigned to it, then ________________

0

If an object is created and another object is assigned to it, then ________________


  1. Copy constructor is called to copy the values
  2. Object is copied directly to the object
  3. Reference to another object is created
  4. The new object is initialized to null values

All Answers

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

(c).Reference to another object is created

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
How the argument passed to a function get initiali... >>
<< When value of an object is assigned to another obj...