Interface

  • Published on
    An interface in Golang is a collection of method signatures defined by the user. It is a way to achieve polymorphism in Golang.