Your class can implement more than one interface , so the implements keyword is followed by a comma-separated list of the interfaces implemented by the class.
Can a class implement 2 interfaces?
Your class can implement more than one interface , so the implements keyword is followed by a comma-separated list of the interfaces implemented by the class.