Class Methoden

java.lang.Object
  extended by Methoden

public class Methoden
extends java.lang.Object

Beispiel aus der Info1-Vorlesung für Methoden.

Author:
pape

Constructor Summary
Methoden()
           
 
Method Summary
static void main(java.lang.String[] args)
           
static void printHallo()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Methoden

public Methoden()
Method Detail

main

public static void main(java.lang.String[] args)
Parameters:
args -

printHallo

public static void printHallo()


Prof. Dr. Pape