Basic HTML version of Foils prepared Sept 21 1998

Foil 25 Relationships between Classes

From Java Tutorial 98- 2: Java Language and Object Oriented Techniques NAVO Tutorial -- Sept 23 1998. by Geoffrey C. Fox, Nancy McCracken

Account child class definition examples for Foil 25
1 use
  • A uses B: A calls a method (sends a message to) an object of class B or creates, receives, or returns an object of class B.
2 containment
  • A has a B: special case of use - an object of class A contains an object of B
3 inheritance
  • B is an A: specialization - B extends A (is a subclass of A) if B has all the variables and methods of A (and more).
4 In the class definition of B, the child class, there is no need to repeat declarations of variables and methods of A, they are assumed to be there. The definition of B has the additional variables and methods of B.

in Table To:


© Northeast Parallel Architectures Center, Syracuse University, npac@npac.syr.edu

If you have any comments about this server, send e-mail to webmaster@npac.syr.edu.

Page produced by wwwfoil on Sat Nov 28 1998