ICSE Class 10 Computer Applications Question 11 of 30

Solved 2024 Question Paper ICSE Class 10 Computer Applications — Question 16

Back to all questions
16
Question

Question 1(xvi)

Invoking a method by passing the objects of a class is termed as:

  1. Call by reference
  2. Call by value
  3. Call by method
  4. Call by constructor
Answer

Call by reference

Reason — When an object is passed to a method:

  1. The method receives a reference (memory address) to the original object.
  2. Any changes made inside the method affect the original object.