

MCQOPTIONS
Saved Bookmarks
1. |
How to make more than one object refer to the same object? |
A. | Initialize it to null |
B. | Initialize the object with another at declaration |
C. | Use constructor to create new object |
D. | Assign the address directly |
Answer» C. Use constructor to create new object | |