Your browser does not support JavaScript!

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

  • public interface [InterfaceName] {} Correct
  • public [InterfaceName] {}
  • interface: [InterfaceName]
  • public class interface [InterfaceName] {}
Similar ITE-6104 questions