Which of the following could be used to declare abstract method method1 in abstract class Class1 (method1 returns an int and takes no arguments)?

a. public int method1();
b. public int abstract method1();
c. public abstract int method1();
d. public int nonfinal method1();


c. public abstract int method1();

Computer Science & Information Technology

You might also like to view...

You can create a(n) ________ index for a combination of fields with a maximum of 10 fields

Fill in the blank(s) with correct word

Computer Science & Information Technology

A file type that uses tabs to separate data into columns.

What will be an ideal response?

Computer Science & Information Technology

The buttons marked 5 in the accompanying figure are the ____ buttons.

A. standard B. folder C. function D. start

Computer Science & Information Technology

You are setting up auditing on a Windows Vista Business computer. If it's set up properly, which log should have entries?

A. Application log B. System log C. Security log D. Maintenance log

Computer Science & Information Technology