True or False: when writing an interface all methods must not only be declared but implemented.

False: method signatures can be in an interface, but methods cannot be implemented.
  • False: Only fields can be declared.
  • True: When writing an interface, methods are not included.
  • True: All methods must be declared and instantiated in an interface.

There are no hints for this question