Polymorphism is the ability of a message to be displayed in more than one form. Polymorphism is considered as one of the important features of… Read More
Tag Archives: Golang-Interfaces
Go language interfaces are different from other languages. In Go language, the interface is a custom type that is used to specify a set of… Read More
In Golang, nil check is frequently seen in GoLang code especially for error check. In most cases, nil check is straight forward, but in interface… Read More
The word polymorphism means having many forms. Or in other words, we can define polymorphism as the ability of a message to be displayed in… Read More
Go language interfaces are different from other languages. In Go language, the interface is a custom type that is used to specify a set of… Read More
Courses