Created
September 7, 2017 10:40
-
-
Save njlr/ebe2f679a3ee75aac7eccf30314a3aa3 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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