Tagged Questions
2
votes
2answers
509 views
Why aren't extension methods being used more extensively in .NET BCL?
I found the "Extension method" concept of C# just wonderful. It enables us to do things like:
More flexible alternative to Abstract Classes.
Provide missing Java-like functionalities to C# enum.
...