I need to write a method that overwrites ArrayList's add method (the class I'm writing in is an extension of ArrayList) so that it takes in one argument and adds that to the ArrayList, but will not let the user add anymore arguments to the ArrayList, one is the max. It just returns false if the user tries to add anymore arguments. Can someone help me write this..I'm not sure where to begin..

