Inheritance is an example of a(n) ____ relationship.
A. is-a
B. has-a
C. handshaking
D. had-a
Answer: A
Computer Science & Information Technology
You might also like to view...
Two arrays with the same number of elements and related data are called _______ arrays.
a. sorted b. related c. identical d. parallel e. none of the above
Computer Science & Information Technology
The __________ program combines the output of the compiler with various library functions to produce an executable program
What will be an ideal response?
Computer Science & Information Technology
A virus that is triggered by the passage of time is called a ________
A) macro virus B) time bomb C) logic bomb D) worm
Computer Science & Information Technology
Which of the following is the correct code for row striping?
A. td.stripe { background-color: orange; } B. th.stripe { background-color: orange; } C. table.stripe { background-color: orange; } D. tr.stripe { background-color: orange; }
Computer Science & Information Technology