Skip to content

Instantly share code, notes, and snippets.

View GiCarden's full-sized avatar

Giovanni C GiCarden

View GitHub Profile
@GiCarden
GiCarden / gang-of-four-oop-basics.md
Created May 24, 2026 04:37
Gang of Four OOP concepts in C# — notes for reading the GoF book

Gang of Four OOP Basics — C# Quick Reference

Before reading the Gang of Four book, you need to be comfortable with four concepts: types, polymorphism, interface inheritance, and implementation inheritance. This guide covers all four with plain-English analogies and C# examples.


Before you start