Question: Can someone explain to me how to do this? and give an example please. thank you! You will write the Java file to define a
You will write the Java file to define a class named Account. This class will be used to track a user account for a members only website. Think about what attributes are needed. You can use your own web accounts (like online gaming accounts and Facebook) as an example. Each attribute should have an accessor; any whose values can be changed should have a modifier. Create any appropriate constructors. Attributes whose values will not changed MUST be set in constructors. Include comments explaining why you chose the attributes that you did. Also write comments for any utility functions you determine would be needed. You do not need to write those functions, but comment what would be their input parameters, and what they would do
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
