previous
|
start
|
next
Make Parallel Arrays into Arrays of Objects
Avoid parallel arrays by changing them into arrays of objects:
BankAccount[] = accounts;
previous
|
start
|
next