ICSE Class 10 Computer Applications
Question 11 of 30
Solved 2024 Question Paper ICSE Class 10 Computer Applications — Question 16
Back to all questionsCall by reference
Reason — When an object is passed to a method:
- The method receives a reference (memory address) to the original object.
- Any changes made inside the method affect the original object.