You are on page 1of 1

Public void show(Emp e1){

e1.id=20
}

Void main(){
Emp e1=new Emp();
e1.id=10
Show(e1);
Dispay(e1.id)

You might also like