FileDocCategorySizeDatePackage
ClassB.javaAPI DocExample893Tue Dec 08 01:21:00 GMT 1998Diagrams

ClassB.java

// Generated by Together
package Diagrams;

/**ClassB:
========================================
This is a class to illustrate
Generalization links. This class is a
subclass of Class2 (it extends Class2).

Have a look at the Properties of this
class and Class2, then return here.

Try to relink the superclass from
Class2 to ClassA:
1. Click the Generalization link to
   select it.
2. Move the mouse to the injection
   point at the Class2 until the cursor
   takes on the "Move" shape.
3. Drag the link edge to the ClassA.
Look how the link is redrawn, the source 
code is changed and 'extends' property 
is altered.
========================================
NEXT: 
 Open the Use Case diagram of the
 current package. Refer to the Note
 "NEXT: How to view the Use Case
 diagram".
<--end of doc-->

@stereotype party
*/
public class ClassB extends Class2 {
}