CIS 407 STUDY Great Stories/cis407study.com CIS 407 STUDY Great Stories/cis407study.com | Page 6
CIS 407 Midterm Exam
When you employ____,your data can be altered only by the methods
you choose and only in ways that you can control.
Conventionally , arrows used in a____ to show inheritance
relationships extend form the descendant class and point to the from
which it descends.
Which of the following statements depicts the valid format to call a
superclass construcfor form a subclass constructor?
The class used as a basis for inheritance is the _class.
Usually, the subclass constructor only needs to initialize the___, that
are specific to the subclass.
6)
You use the keyword
to achieve inheritance in java.
7)
___ method is useful in debugging a program because it can be
used to display and examine values.