Abstract Class in GO: Complete Guide

Go Interface doesn’t have fields and also it doesn’t allow the definition of methods inside it. Any type needs to implements all methods of interface to become of that interface type. There … Continue reading Abstract Class in GO: Complete Guide