ObjectiveMcq
Print Protected
This page is protected for print. Use the website to view the content.
How many objects can be passed to a function simultaneously?
Correct Answer: C — As many as required
There is no limit to how many objects can be passed. This works in same way as that any other variable gets passed. Array and object can be passed at same time also.