One page on your project website.
For every object that you are going to have in your program, provide an HTML table.
- If it has an image, show it.
- Will it have a constructor? What will the constructor do?
- Will it have any global variables? What will those variables represent?
- Will it have an act() method? What will the act method do?
- Will it have any other methods? Explain what those methods will do, making it clear what parameters and return values will be associated with the method.
This is part of the planning process. I don’t expect you to have written the code for your objects yet. I just want you to give me a good idea of what you intend to do and to show me that you are thinking about it.