Loading practice questions
References to object are same as pointers of object.
Correct Answer: A — False
Explanation:
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.