Etiqueta OOP

GO and the OOP

Go and OOP
Go is not designed as a purely object-oriented programming (OOP) language in the traditional sense, like Java. However, Go includes certain features that allow for the use of OOP principles, but in a simplified and more flexible manner.

Inmutability

Immutability refers to the property or characteristic of an object, value, or state that cannot change once it has been created or established.