Class C

java.lang.Object
  extended byA
      extended byC

public class C
extends A

A dummy class C that extends A.

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

Field Summary
private  B theB
           
 
Constructor Summary
C()
           
 
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

theB

private B theB
Constructor Detail

C

public C()
Method Detail

main

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