Below you will find pages that utilize the taxonomy term “Interface Function”
Posts
Go Interface
Go lang is an open-source programming language like C, having pointers and not strongly typed language. And most importantly it is not an Object Oriented Programming(debatable) language though it has likes of defining packages and interfaces like Java.
Let’s explore the Go interface in this post.
App We will write Shape interface and then calculate the area of different geometrical shapes ex. Circle, Rectangle, and Triangle.
Shape interface will be having an area() function which will be implementing.
read more