Question: Implement a class called Person that represents a person. Your person should contain instance data for the person's name. The Person constructor should accept a
Implement a class called Person that represents a person. Your person should contain instance data for the person's name. The Person constructor should accept a String parameter for the person's name and initialize the name instance variable. Include getter and setter methods for the person's name. Provide a toString method that will return the person's name.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
