Search⌘ K

Recap: Reflection and Interfaces

Explore the fundamentals of reflection and interfaces in Go, understanding their roles in dynamic typing and sorting. Learn how Go mimics object-oriented features safely while considering performance impacts.

We'll cover the following...

Summary

In this chapter, we learned about interfaces, which are like contracts, and also about type methods, ...