What type of method has no method statements, and requires the use of an override statement for any class derived from a class that contains it?

A. concrete
B. overloaded
C. abstract
D. overridden


Answer: C

Computer Science & Information Technology

You might also like to view...

The ____ button enables you to create a new marquee.

a. New marquee b. New selection c. Create marquee d. Vignette

Computer Science & Information Technology

Analyze the following code:

``` public class Test { public static void main(String[] args) throws MyException { System.out.println("Welcome to Java"); } } class MyException extends Error { }``` a. You should not declare a class that extends Error, because Error raises a fatal error that terminates the program. b. You cannot declare an exception in the main method. c. You declared an exception in the main method, but you did not throw it. d. The program has a compile error.

Computer Science & Information Technology

The ________ approach in an entity relationship diagram will list the tables in a database as rectangles with lines and symbols representing the types of relationships between them

Fill in the blank(s) with correct word

Computer Science & Information Technology

Which of the following is not an element that must be included on a Web page in order to create an image map?

A. B. C. D.

Computer Science & Information Technology