Solved

Consider the Following Code Snippet

Question 94

Multiple Choice

Consider the following code snippet:
Public int getSalary(String empNum)
{ ) . . }
Which of the following statements is correct?


A) empNum is an implicit parameter.
B) empNum is an explicit parameter.
C) empNum is the object on which this method is invoked.
D) empNum is an instance variable.

Correct Answer:

verifed

Verified

Unlock this answer now
Get Access to more Verified Answers free of charge

Related Questions