Solved

Choose the Method Header That Goes with This Method Comment

Question 99

Multiple Choice

Choose the method header that goes with this method comment. /**
Gets the salary of the employee
@return the salary of the employee
*/


A) public void getSalary()
B) public void getSalary
C) public double getSalary()
D) public double getSalary

Correct Answer:

verifed

Verified

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

Related Questions