define

  • array of primitives --- double[] nums;
  • array of objects --- BankAccount[] accts;

create

  • prim --- nums = new double
    ; storage will have indices of 0
  • obj --- accts = new BankAccount
    ; storage is empty/bull and so they should be defined
oct 21 2016 ∞
jan 23 2017 +