Skip to content

Instantly share code, notes, and snippets.

@mayararysia
Created August 21, 2020 16:53
Embed
What would you like to do?
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