Home / Report Question

Q. In order for a class to use an interface, it must
  • A. inherit the properties of the interface
  • B. contain the same methods as the interface
  • C. create an interface objects
  • D. all of the above

Correct Answer: D