Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 500 Bytes

0536.md

File metadata and controls

18 lines (12 loc) · 500 Bytes

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