Created
July 29, 2016 18:46
-
-
Save LukaJCB/d16354ae4b4a261ae34b0c7e994d54a5 to your computer and use it in GitHub Desktop.
This file contains 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 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