Class ConcreteClass

java.lang.Object
  extended byConcreteClass
Direct Known Subclasses:
Exercise8_5

public class ConcreteClass
extends java.lang.Object

Part of setup for exercise 8.5

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

Field Summary
private  int x
          instance variables - replace the example below with your own
 
Constructor Summary
ConcreteClass()
          Constructor for objects of class ConcreteClass
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

x

private int x
instance variables - replace the example below with your own

Constructor Detail

ConcreteClass

public ConcreteClass()
Constructor for objects of class ConcreteClass