Pilot1Derived

Pilot1Derived.java
01package com.db4odoc.qbe; 02 03public class Pilot1Derived extends Pilot1 { 04 05 public Pilot1Derived(String name) { 06 super(name); 07 // TODO Auto-generated constructor stub 08 } 09 10}