Q:

How to make more than one object refer to the same object?

0

How to make more than one object refer to the same object?


  1. Initialize it to null
  2. Initialize the object with another at declaration
  3. Use constructor to create new object
  4. Assign the address directly

All Answers

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

 (b).Initialize the object with another at declaration

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
We can assign ______________________... >>
<< If more than one object refer to the same address,...