AMA University Answers
Login
Register
AMA OED
Courses
ITE
ITE-6104
Which of the following is the...
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
Which of the following methods is allowed to be overriden?
What do you call a class that inherits a class?
Which of the following is the correct way to define an interface?
Which of the following is true about Interface?
Which of the following is not the feature of java?
What will happen if we compile the statement below? ~System.out.println(“Hello World!”)