Question: Write a program that implements Baginterface using array implementation, and create a driver class with a main method to test the implemented methods. At least

Write a program that implements Baginterface using array implementation, and create a driver class with a main method to test the implemented methods. At least 5 methods need to be tested! What is expected to be seen is: the outline of the class ArrayBag with revised constructor, revised method add, method to check initialization, methods toArray, isFull, isEmpty, getCurrentSize, getFrequencyOf, contains, clear, remove, getIndexOf Important part is to write comments to show your understanding and explain those methods. NOTE: Other than the .java file, you MUST submit print screen of the output of your program (as a jpg/png file) Failure to submit the print screen of the output will result in a losing 35% of the grade. Do not submit your work as ZIP file! Note that any form of plagiarism will be punished
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
