Posted by: Pdfprep
Post Date: December 8, 2020
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
Leave a Reply