Hi,
I'm not sure at all how to start this class of?
I've been told I need to declare and instantiate the array as a static member at the class level.
I have no idea what this means?
Also I need to print some results that I have created in this class.
What is the syntax for this:
I'm trying to use:
but I'm getting a create method error.System.out.print("Name:"+ (i+1) + getName());
The method is created though in the superclass.
How do I refer to the result from the superclass?
Thanks in advance for your help.