Skip to content

Instantly share code, notes, and snippets.

@hakaneroztekin
Created August 21, 2019 12:48
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save hakaneroztekin/8a98af84cdd308c9cd6068dfef024b02 to your computer and use it in GitHub Desktop.
Save hakaneroztekin/8a98af84cdd308c9cd6068dfef024b02 to your computer and use it in GitHub Desktop.
class Employee{
int id;
String name;
Address address; // <- aggregation here (Address is a class)
// ...
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment