what is interface ?
What is interface ?
Go is not a ‘classic’ OO language:
it doesn’t know the concept of classes and inheritance.
However it does contain the very flexible concept of interfaces, with which a lot of aspects of object-orientation can be made available. ...
blog.cloudnativefolks.org4 min read