Loading practice questions
How many objects can be passed to a function simultaneously?
Correct Answer: C — As many as required
Explanation:
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.