Hi I need to make a program to implement classes for the amazon website with crc cards provided. I have to implement the basic classes for the website(Book, Profile, Member, RecallItem, BookItem, Review, Statistics, Order, Event). The first question for implementing classes says: Classes should show attributes, at least one constructor, getters, setters, toString() behavior that returns a String representation of the state of an object
How can I know weither my class attributes and methods are static, private or another access level? And for the constructor, what should it take or return as arguments ? What does getters and setters mean?
For the toString() behavior shlould I implement it in each class so that i can use it after to show the state of the objects ?
Please I really need help, I a just starting java and my level is not good, and this assignement is due in 2 days
Thanks