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...
What can you do if you want to obtain administrator privileges to an Android device?
A. delete the normal user account B. logon as Admin C. root the device D. reboot into recovery mode
Computer Science & Information Technology
CGI transfers data between the user and the server using scripts.
Answer the following statement true (T) or false (F)
Computer Science & Information Technology