Courses
Tutorials
Practice
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
37.4K+ articles
DSA
22.8K+ articles
Python
21.3K+ articles
Experiences
16.6K+ articles
Interview Experiences
14.1K+ articles
JavaScript
12.2K+ articles
Go Language
787+ articles
Programming Language
594+ articles
Golang
169+ articles
Golang-OOPs
4+ articles
Golang-Interfaces
5 posts
Recent Articles
Popular Articles
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
Golang | Polymorphism Using Interfaces
Last Updated: 17 September 2019
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
How to check pointer or interface is nil or not in Golang?
Last Updated: 10 May 2020
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
How to Access Interface Fields in Golang?
Last Updated: 31 August 2021
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
Polymorphism in GoLang
Last Updated: 20 September 2023
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
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 !