If you do not want subclasses to be able to provide new implementation details, you can add the keyword ____ to methods. Doing so keeps derived classes from being able to override the method.

A. partial
B. abstract
C. virtual
D. sealed


Answer: D

Computer Science & Information Technology

You might also like to view...

Which of the following statements is false?

a. Algebraic expressions must be typed in straight-line form using Python’s op-erators. b. The following code multiplies 10 times the quantity 5 + 3, yielding the result 80: 10 * (5 + 3) c. Parentheses in an expression are said to be redundant (unnecessary) if re-moving them yields the same result. d. The parentheses in part b) above are redundant.

Computer Science & Information Technology

An ____________ allows data to flow from your program.

(a) input stream (b) output stream (c) file name (d) all of the above

Computer Science & Information Technology

Queries are most often created as a basis for a report, but query results can be printed like any other table of data

Indicate whether the statement is true or false

Computer Science & Information Technology

You can associate command buttons with a macro, group macros, and embed macros within a form, in addition to creating conditions that control whether a macro runs

Indicate whether the statement is true or false

Computer Science & Information Technology