You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.