Which of the following statements correctly specifies two interfaces?

a. public class ClassA implements [Interface1, Interface2]
b. public class ClassA implements (Interface1, Interface2)
c. public class ClassA implements Interface1, Interface2
d. public class ClassA implements Interface1 | Interface2

c. public class ClassA implements Interface1, Interface2

Computer Science & Information Technology

You might also like to view...

Changing the ________ of a picture changes the amount of gray in the picture

Fill in the blank(s) with correct word

Computer Science & Information Technology

LikeĀ other programs, Java software can run only on specific types of computers.

Answer the following statement true (T) or false (F)

Computer Science & Information Technology