N
N
Neverlok2019-06-09 00:59:23
Java
Neverlok, 2019-06-09 00:59:23

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 question

Ask a Question

731 491 924 answers to any question