1.

What Are The Different Parameter Modes, Which Can Be Used In The Function Specification?

Answer»

The three different modes, IN, OUT, and IN OUT, can be USED in the function SPECIFICATION. HOWEVER, it is recommended to use only the IN MODE. This is because functions are supposed to accept values from the CALLING environment and return a single value.

The three different modes, IN, OUT, and IN OUT, can be used in the function specification. However, it is recommended to use only the IN mode. This is because functions are supposed to accept values from the calling environment and return a single value.



Discussion

No Comment Found