Which one of the following keyword is used to implement an interface?
Which one of the following keyword is used to implement an interface? Correct Answer implements
A class can implement an interface using the implements keyword in its declaration.Which one of the following keyword is used to implement an interface? Correct Answer implements
A class can implement an interface using the implements keyword in its declaration.