Go Language Object Oriented Programming

From NovaOrdis Knowledge Base
Revision as of 23:24, 14 August 2023 by Ovidiu (talk | contribs) (→‎Overview)
Jump to navigation Jump to search

Internal

Overview

Go is an object oriented language, but the object orientation programming model is relatively simple, compared with other object oriented languages. It has been said about Go that is "weakly" object-oriented.

Go does not use the term "class".