Question: Define a class named Person, and it should contain three instance variables: String name , String SSN , and int age , you should also
Define a class named Person, and it should contain three instance variables: String name, String SSN, and int age, you should also define the accessors and mutators for each instance variable. Please also define a ToString method and print out the content of a Person object
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
