All methods must be implemented of an interface.

a) True
b) False

1 thought on “All methods must be implemented of an interface.”

  1. a
    Explanation: Concrete classes must implement all methods in an interface. Through interface multiple inheritance is possible.

Leave a Comment