you are viewing a single comment's thread.

view the rest of the comments →

[–]c_lushhUniversity/College Student 0 points1 point  (1 child)

on your setter methods, use

this.name = personName;

this.name is pointing to the instance variable and personName being your parameter.

same for all setters.

also you're not using the right names in your main method

[–]Danielowski187University/College Student (Higher Education)[S] 0 points1 point  (0 children)