Solved

Which of the Following Statements Correctly Specifies Two Interfaces

Question 37

Multiple Choice

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

Correct Answer:

verifed

Verified

Unlock this answer now
Get Access to more Verified Answers free of charge

Related Questions