Class Exercise4_1

java.lang.Object
  extended byExercise4_1

public class Exercise4_1
extends java.lang.Object

Exercise 4.1 from the book

Version:
1.0
Author:
Kristian Torp, torp (at) cs (dot) aau (dot) dk

Constructor Summary
(package private) Exercise4_1()
          The default constructor.
 
Method Summary
static void main(java.lang.String[] args)
          The main method that creates and object.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Exercise4_1

Exercise4_1()
The default constructor.

Method Detail

main

public static void main(java.lang.String[] args)
The main method that creates and object.