Your browser does not support JavaScript!

Which of the following is the correct way to use an interface?

  • public class Person use [InterfaceName] {}
  • public class Person extends [InterfaceName] {}
  • public class Person implements [InterfaceName] {} Correct
  • None of the above
  • public class Person apply [InterfaceName] {}
Feedbacks
FunPheasant - 1 year ago
Upvoted this question
UglyJaguar - 2 years ago
Downvoted this question
Similar ITE-6104 questions