Google News
logo
Golang - Interview Questions
Is Go functional or object-oriented?
Go is a Post-OOP programming language that borrows the structure (functions, packages, types) from the Pascal/Algol/Modula language family. In Go, object-oriented patterns are still helpful to structure a program in a clear and understandable way.
Advertisement