The ability to use inheritance in Java makes programs easier to write, ____, and more quickly understood.
A. faster
B. more secure
C. more robust
D. less error-prone
Answer: D
Computer Science & Information Technology
You might also like to view...
Printable output in Impress that displays one to nine slides per page is called a(n) ________
Fill in the blank(s) with correct word
Computer Science & Information Technology
Suppose we have a data member called x, which we would like to set to 0 in an initializer list. The expression to do so would look like this:
A. x( 0 ) B. x = 0 C. x := 0 D. x <- 0
Computer Science & Information Technology