Java Reference
In-Depth Information
Key Terms
abstract (612)
abstract class (612)
abstract method (611)
activate() method (647)
Activator interface (647)
anonymous object (664)
base class (609)
bookmark (634)
Border (656)
callback mechanism (646)
callback method (646)
child class (609)
concrete class (612)
extending a class (604)
enum (646)
final class (626)
final method (620)
getDefaultToolkit() (657)
getScreenSize() (657)
has-a relationship (611)
inheritance hierarchy (608)
is-a relationship (611)
leaf node (616)
method call chaining (640)
method call concatenation (640)
multiple inheritance (610)
parent class (609)
root (609)
setBorder() (656)
single inheritance (610)
TitledBorderObject (656)
WindowAdapter (610)
WindowClosing() (655)
WindowOpened() (655)
Homework Assignments
Identify Code
Identify the code elements shown in Figure 10-55.
2
3
1 public interface Plant extends PlantKingdom, LivingThing
2 {
3
1
public void seed () ;
4 }
4
5
FIGURE 10-55
1.
__________________
2.
__________________
3.
__________________
4.
__________________
5.
__________________
 
Search WWH ::




Custom Search