<<< Previous question <<< Question ID#0536.md >>> Next 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) interface, implements
- B) array, interface
- C) interface, extends
- D) instance, implements
Answer
Answer: A