Computer Applications

Parameters which receive the values from the called method are termed as …………… parameters.

  1. actual
  2. formal
  3. reference
  4. class

User Defined Methods

4 Likes

Answer

formal

Reason — Parameters that receive values passed from the calling method are called formal parameters. They act as placeholders in the method definition to accept the actual values (actual parameters) during method invocation.

Answered By

2 Likes


Related Questions