Tag: io.Reader
2 posts
-
[2026] Go Interfaces Complete Guide — Polymorphism Without virtual, Duck Typing, and io.Reader/io.Writer
Go interfaces vs C++ virtuals: implicit satisfaction, duck typing, io.Reader/Writer, any, type assertions, and small-interface design for production.
-
Go in 2 Weeks #04 | Day 7: Polymorphism Reimagined — Interfaces Without virtual
Go interfaces vs C++ virtual functions: implicit satisfaction, duck typing, io.Reader, io.Writer, small interfaces, any, type assertions, and type switc...