Skip to content

Instantly share code, notes, and snippets.

@javadude
Created February 14, 2019 06:18
Show Gist options
  • Save javadude/3b2ecaae35b18e76130752fbc4858c0e to your computer and use it in GitHub Desktop.
Save javadude/3b2ecaae35b18e76130752fbc4858c0e to your computer and use it in GitHub Desktop.
// JAVA CODE
A a = new A();
a.setFirstName("Scott"));
System.out.println(a.getFirstName());
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment