What did my parameter do ? The parameter CurrentReservation. 

0
Hi Forum,   Could you explain to me what the parameter CurrentReservation does?  
asked
2 answers
1

Hi Wenyu,

     CurrentReservation parameter is passing the object of Reservation

answered
0

While learning programming you may have seen a For loop in which you have int index=0 and array[index] is what you try to get from the array per index. 

You current reservation is the array[index] in the loop that you have in your MF

answered