The keyword ______ is used in the class declaration of a subclass to indicate its superclass.
a) inherits
b) extends
c) implements
d) super
b.
Computer Science & Information Technology
You might also like to view...
The Filter property should be in which of the following formats?
a. ``` ColumnName = FilterText ``` b. ``` ColumnText = FilterName ``` c. ``` TextName = FilterName ``` d. ``` ColumnName = Filter ```
Computer Science & Information Technology
The cell in which you are currently working is known as the function cell.
Answer the following statement true (T) or false (F)
Computer Science & Information Technology
What is another term for a virtual machine?
A. Host B. Guest C. Emulator D. Environment
Computer Science & Information Technology
A suitable equivalent to the function header calc(int pt[2][3]) is ____.
A. calc(int *(*pt)) B. calc(int (*pt)[]) C. calc(int (*pt)[2]) D. calc(int (*pt)[3])
Computer Science & Information Technology