Skip to content

Instantly share code, notes, and snippets.

@mayararysia
Created August 21, 2020 16:53
Show Gist options
  • Save mayararysia/7defdc80849e3ec62f7350a3bf1315fc to your computer and use it in GitHub Desktop.
Save mayararysia/7defdc80849e3ec62f7350a3bf1315fc to your computer and use it in GitHub Desktop.
Example of indication of inheritance
public class Employee extends Person {
//...
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment