Design-Patterns
Design-Patterns copied to clipboard
Null Pattern is incorrectly implemented
"I just looked at the animal example and there are already quite a few anomalies. - NullAnimal is wrongly implemented (should return string.Empty not null) - base class is not abstract - use of NotImplementedException - base method should be abstract (see previous point)"