Interface in Golang
Aug 2, 2022 · 5 min read · Interface is a definition, or an abstract type, which defines the expected behavior from an object (type). It is just a named collection of method signatures and doesn’t have its own implementation, but it is said to be implemented if any other types...
Join discussion



