September 2005
Beginner
576 pages
13h 6m
English
The following questions will test your knowledge of objects and the programs that use them.
| 1: | What statement is used to enable one class to inherit from another class?
|
| 2: | Why are compiled Java programs saved with the .class file extension?
|
| 3: | What are the two things that make up an object?
|
| A1: | b. The extends statement is used because the subclass is an extension of the attributes and behavior of the superclass and of any superclasses above that in the class hierarchy. |
| A2: | c. Your programs will always ... |
Read now
Unlock full access