Skip to content

Instantly share code, notes, and snippets.

@szyku
Created January 26, 2019 18:53
Show Gist options
  • Save szyku/cb8848cbab9270492cdc7ef733310008 to your computer and use it in GitHub Desktop.
Save szyku/cb8848cbab9270492cdc7ef733310008 to your computer and use it in GitHub Desktop.
Example for OOP #1
public class Person {
String name;
String lastName;
int age;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment