public void myMethod(String param1, String param2) {
//do something
}
How I can access the param1 parameter from this method?
A:
You can't access the parameters from the outside of the method, but the method can access them.
public void myMethod(String param1, String param2) {
//do something with param1 and param2
}
Esperto nella comunicazione tra clienti e professionisti, con attenzione all’efficienza e al confronto prezzi dei preventivi.