Solved

Which of the Following Statements Correctly Specifies Three Interfaces

Question 48

Multiple Choice

Which of the following statements correctly specifies three interfaces?


A) public class ClassA implements Interface1, Interface2, Interface3
B) public class ClassA implements [Interface1, Interface2, Interface3]
C) public class ClassA implements (Interface1, Interface2, Interface3)
D) public class ClassA implements Interface1 Interface2 Interface3

Correct Answer:

verifed

Verified

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

Related Questions