Skip to content
#

modeling

Here are 149 public repositories matching this topic...

School management software is a simple application that helps manager to execute educational and administrative tasks without any hassle. All the information related to each and every student and professor in the school is stored in the School Information System.

  • Updated Mar 18, 2023
  • Java

Erweitere die 'Dog'-Klasse um eine Methode 'bark'. Beim Aufruf der Methode soll "Bark!", zusammen mit dem Namen, der Rasse und dem Alter des Hundes ausgegeben werden. Erzeuge anschließend in der main-Methode der 'Main'-Klasse eine neue Instanz von 'Dog' und weise diese einer Variable zu. Rufe die 'bark'-Methode auf der neuen 'Dog'-Instanz auf.

  • Updated Dec 22, 2021
  • Java

Erstelle eine Klasse 'OldDog', die von 'Dog' erbt. Ein 'OldDog' soll alle Eigenschaften von 'Dog' besitzen und zusätzlich speichern, ob der Hund taub ist. Verwende dafür passende Datentypen und füge passende getter- und setter-Methoden hinzu. Erzeuge anschließend in der main-Methode der 'Main'-Klasse eine neue Instanz von 'OldDog', weise diese e…

  • Updated Dec 22, 2021
  • Java

Improve this page

Add a description, image, and links to the modeling topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the modeling topic, visit your repo's landing page and select "manage topics."

Learn more