Class C1

java.lang.Object
  extended byA1
      extended byC1

public class C1
extends A1

A dummy class C1 that extends A1.

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

Field Summary
private  B1 theB1
           
 
Constructor Summary
C1()
          The default constructor
 
Method Summary
static void main(java.lang.String[] args)
          The main method.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

theB1

private B1 theB1
Constructor Detail

C1

public C1()
The default constructor

Method Detail

main

public static void main(java.lang.String[] args)
The main method.