Skip to content

Instantly share code, notes, and snippets.

@LukaJCB
Created July 29, 2016 18:46
Show Gist options
  • Save LukaJCB/d16354ae4b4a261ae34b0c7e994d54a5 to your computer and use it in GitHub Desktop.
Save LukaJCB/d16354ae4b4a261ae34b0c7e994d54a5 to your computer and use it in GitHub Desktop.
final Person frank = new Person("Frank", "Walker");
frank.setFirstName("Bob");
System.out.println(frank.getFirstName()) // prints "Bob"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment