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 - 10 months ago
Upvoted this question
UglyJaguar - 1 year ago
Downvoted this question
Similar ITE-6104 questions