|
|
|
|
|
by ayende
1695 days ago
|
|
From OO perspective, there really isn't any difference between Java and C# There are certain features (such as linq, genetics,etc) that I consider C# superior, but OOPness isn't one of them. That said, for historical reasons, Java has a lot more emphasis on class hierarchies, etc |
|
I'd say that properties, reified generics, and extension methods are all highly relevant to statically-typed, class-based OOP, and significant C# vs Java differences.