Question: Create a Java Project and the project name as Question234.Write a Java program that creates a class called Person. The UML diagram shows the variable
Create a Java Project and the project name as Question234.Write a Java program that creates a class called Person. The UML diagram shows the variable and method available in the Person Class. Please add two new useful methods.

Person -name: String -address: String +Person (name:String, address: String) +getName(): String +getAddress():String +setAddress (address: String):void +toString(): String "Person[name=?, address=?]
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
