2
Answers

undefined method parameter

Photo of abdelwaheb ammar

abdelwaheb ammar

9y
740
1
hi, I want to write a method with a parameter input variable. how to do that?
1
2
3
4
private void insert(paramètre non définis(string,int,double,bool..)){
 instruction;  
 }

Answers (2)