0
votes
With the advent of extension methods, are abstract classes less attractive?
I think it depends on your use-
If your main concern is refactoring to minimize the number of source files and/or classes in an assembly, then yes, extension methods are definitely the way …
