Elucian MoiseforProgramming Languagessagecode.hashnode.netยทApr 7, 2023Go: OOP PrinciplesObject-oriented programming (OOP) is a programming paradigm based on the concept of "objects", which can contain data and code that operates on that data. In Go language, OOP is achieved using the concepts of struct and interface types. Implementatio...32 readsGo LanguagegolangAdd a thoughtful commentNo comments yetBe the first to start the conversation.