PdfPrep.com

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

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)

Answer: C

Exit mobile version