Skip to content

Instantly share code, notes, and snippets.

@BMU-Verlag
Created August 11, 2020 09:07
Show Gist options
  • Save BMU-Verlag/416287d197c109cee92bc912a9a6eb16 to your computer and use it in GitHub Desktop.
Save BMU-Verlag/416287d197c109cee92bc912a9a6eb16 to your computer and use it in GitHub Desktop.
interface Lkw extends Fahrzeug {
public int gewichtAusgeben();
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment