Tutorials
Courses
Go Premium
Data Structure
Java
Python
HTML
Interview Preparation
DSA
Practice Problems
C
C++
Java
Python
JavaScript
Data Science
Machine Learning
Courses
Linux
DevOps
SQL
Web Development
System Design
Aptitude
GfG Premium
Similar Topics
Web Technologies
32.1K+ articles
DSA
20.0K+ articles
Python
19.6K+ articles
Experiences
15.8K+ articles
Interview Experiences
14.1K+ articles
School Learning
11.1K+ articles
Go Language
764+ articles
Programming Language
339+ articles
Golang
169+ articles
Golang-OOPs
4+ articles
Golang-Interfaces
5 posts
Recent Articles
Popular Articles
Polymorphism in GoLang
Last Updated: 15 July 2025
Polymorphism is the ability of a message to be displayed in more than one form. Polymorphism is considered one of the important features of Object-Oriented Programming and...
read more
Programming Language
Go Language
Golang-Interfaces
Golang-OOPs
How to Access Interface Fields in Golang?
Last Updated: 12 July 2025
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 one or more method signatures an...
read more
Picked
Go Language
Golang-Interfaces
Golang-Program
How to check pointer or interface is nil or not in Golang?
Last Updated: 12 July 2025
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 case, it's a bit differen...
read more
Picked
Go Language
Golang-Pointers
Golang-Interfaces
Golang-Program
Golang | Polymorphism Using Interfaces
Last Updated: 12 July 2025
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 more than one form. Or in techn...
read more
Go Language
Golang
Golang-Interfaces
Interfaces in Golang
Last Updated: 28 October 2024
In Go, an interface is a type that lists methods without providing their code. You can’t create an instance of an interface directly, but you can make a variable of the in...
read more
Go Language
Golang
Golang-Interfaces
We use cookies to ensure you have the best browsing experience on our website. By using our site, you acknowledge that you have read and understood our
Cookie Policy
&
Privacy Policy
Got It !