ObjectiveMcq
Print Protected
This page is protected for print. Use the website to view the content.
How many objects can be returned at once?
Correct Answer: A — Only 1
Like any other value, only one object can be returned at ones. The only possible way to return more than one object is to return address of an object array. But that again comes under returning object pointer.