Question:To ensure that a given object has a particular set of methods, you must provide a method list in the form of an ________ and then attach it as part of your class using the ________ keyword.
A array, interface
B interface, implements
C interface, extends
D instance, implements
E access-list, instance
+ AnswerB
+ Report