Skip to content

Instantly share code, notes, and snippets.

@rclik
Last active January 8, 2020 20:03
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rclik/bf4282f9301b5d61831e65dbd0ac101b to your computer and use it in GitHub Desktop.
Save rclik/bf4282f9301b5d61831e65dbd0ac101b to your computer and use it in GitHub Desktop.
Java
public Person(Person orginalPerson){
this.name = orginalPerson.getName();
this.address = orginalPerson.getAddress();
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment