Class Exercise8_1

java.lang.Object
  extended byExercise8_1
All Implemented Interfaces:
TestInterface

public class Exercise8_1
extends java.lang.Object
implements TestInterface

Exercise 8.1 from the book.

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

Field Summary
 
Fields inherited from interface TestInterface
x
 
Constructor Summary
Exercise8_1()
           
 
Method Summary
 int getX()
           
static void main(java.lang.String[] args)
          Main method that creates an object.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Exercise8_1

public Exercise8_1()
Method Detail

getX

public int getX()
Specified by:
getX in interface TestInterface

main

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