ObjectiveMcq
Print Protected
This page is protected for print. Use the website to view the content.
Which among the following is true?
Correct Answer: C — The pointer to object can hold address only
The pointer to an object can hold only the addresses. Address of any other object of same class. This allows the programmer to link more than one objects if required.