Skip to content

Instantly share code, notes, and snippets.

@njlr
Created September 7, 2017 10:40
Show Gist options
  • Save njlr/ebe2f679a3ee75aac7eccf30314a3aa3 to your computer and use it in GitHub Desktop.
Save njlr/ebe2f679a3ee75aac7eccf30314a3aa3 to your computer and use it in GitHub Desktop.
final Person person = new Person("John", "Smith");
person.firstName = "Bob"; // Will not compile!
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment