It has two fields, A String called name and an ArrayList that holds objects of type Branch called branches. A constructor that takes a String (name of the bank). It initialises name and instantiates ...
In this part of the assignment, you will implement a data structure similar to Java's ArrayList and write JUnit tests to ensure that your implementation functions correctly. Make sure to read the ...