|
|
|
|
|
by nollidge
4839 days ago
|
|
And the two things I notice Java has that C# does not (static methods on Interfaces, and functional interfaces) have completely viable alternatives in C# (extension methods, and Action/Func, respectively). This really smacks of catch-up. |
|