Page 1 of 1

An organization needs a reusable function in a design template that receives a numeric value. How should the function be

Posted: Thu Jul 21, 2022 9:09 pm
by answerhappygod
An organization needs a reusable function in a design template that receives a numeric value. How should the function be declared?

A. function ProcessData(var value)
B. function ProcessData(value)
C. function ProcessData(int value)
D. public void ProcessData(int value)