ObjectiveMcq
Print Protected
This page is protected for print. Use the website to view the content.
References to object are same as pointers of object.
Correct Answer: A — False
The references are made to object when the object is created and initialized with another object without calling any constructor. But the object pointer must be declared explicitly using symbol that will be capable of storing some address. Hence both are different.