Matching
|
|
|
Match each item with a statement
below a. | child class object | f. | subclass | b. | 5 | g. | super() | c. | inheritance | h. | super | d. | superclass | i. | final method | e. | 8 |
|
|
|
1.
|
Enables one class to assume behaviors and attributes of another class
|
|
|
2.
|
Synonym for base class
|
|
|
3.
|
Synonym for derived class
|
|
|
4.
|
Can use all the nonprivate members of its parent
|
|
|
5.
|
omit
|
|
|
6.
|
Refers to the superclass of the class in which you use it
|
|
|
7.
|
Data field definitions cannot precede it
|
|
|
8.
|
omit
|
|
|
9.
|
Definition can never change
|