Which of these keywords is used by a class to use an interface defined previously?
Which of these keywords is used by a class to use an interface defined previously? Correct Answer implements
interface is inherited by a class using implements.Which of these keywords is used by a class to use an interface defined previously? Correct Answer implements
interface is inherited by a class using implements.