So I should declare the array like this
String[] product = new String[100];
Err... I still don't know how to implement the methods.
Could you please tell why I couldn't use the the constructor the way I implemented it.
So I should declare the array like this
String[] product = new String[100];
Err... I still don't know how to implement the methods.
Could you please tell why I couldn't use the the constructor the way I implemented it.
Product[] product = new Product[100];
because in your constructor you initialize fields which you didn't declare.
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.