I have an assignment which can be found at http://www.cems.uwe.ac.uk/~lrlang/java_html/assignment2.html
i have coded all the required classes apart from Hotel and HotelGui classes
my problem is with the Hotel class
the assignment says
"The methods that you are required to implement are as follows:
* public Hotel ()
The constructor for this class. It initialises all the attributes, part of which involves creating an array of Booking objects containing at least 100 entries."
but i dont understand how to do this can someone please explain how, i dont want the code but an explaination of what is meant to be going on as i would like to work out the code for my self.
Thank you