Traits in C# Part 2 — Overrides
This is the second part of the Traits in C# series. For your convenience you can find other parts in the table of contents in Part 1 — Basic implementation with Fody Last time we saw simple implementation of traits in C#. Today we are going to handle various overrides. Let’s go. Test code We … Continue reading Traits in C# Part 2 — Overrides