Answer the question
In order to leave comments, you need to log in
What are "explicit" and "implicit" parameters in Java?
I can't figure out what explicit and implicit parameters are in java. I searched for answers on the forum but got even more confused. If possible on the example of this code.
public void raiseSalary(double byPercent)
{
douЫe raise = this.salary * byPercent / 100;
this.salary += raise;
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question