Skip to content

Instantly share code, notes, and snippets.

@soltys
Created November 18, 2014 10:19
Show Gist options
  • Save soltys/b204bb4cf40970ab76b1 to your computer and use it in GitHub Desktop.
Save soltys/b204bb4cf40970ab76b1 to your computer and use it in GitHub Desktop.
class Pracownik extends Osoba
// dziedziczenie po klasie
class Samochód implements Pojazd, Towar
// dziedziczenie po kilku interfesjach
class Chomik extends Ssak implements Puchate, DoGłaskania
// dziedziczenie po klasie i kilku interfejsach
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment