Skip to content

Instantly share code, notes, and snippets.

@Bios-Marcel
Created November 26, 2018 10:19
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 Bios-Marcel/98d026abf50187c2c961643acc145fa5 to your computer and use it in GitHub Desktop.
Save Bios-Marcel/98d026abf50187c2c961643acc145fa5 to your computer and use it in GitHub Desktop.
Object orientation at its best

Today at work, I found a class with the following hierarchy:

TreeTable extends SortableTable extends CategorizedTable extends CellSpanTable extends CellStyleTable
extends NavigableTable extends ContextSensitiveTable extends JideTable extends JTable extends JComponent
extends Container extends Component

Amusing!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment