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


Discussion

No Comment Found