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

Posted by: Pdfprep Category: 9A0-410 Tags: , ,

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

Your email address will not be published.