Skip to content

Instantly share code, notes, and snippets.

View haraldschilly's full-sized avatar

Harald Schilly haraldschilly

View GitHub Profile
@haraldschilly
haraldschilly / Objektorientierung.java
Last active August 29, 2015 13:59
Vorlesung und Studierende als Einführungsbeispiel für OOP
package oop;
import java.util.Arrays;
/**
* Beispielprogramm zur Einführung in Objektorientiertes Programmieren (OOP)
*
* 2014-04-14
*
* @author Harald Schilly