Hacker News new | ask | show | jobs
by dragonwriter 1695 days ago
> From OO perspective, there really isn't any difference between Java and C#

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.

1 comments

Are these features (properties, reified generics, extension methods etc.) implemented in C# or in Java?
All three in C#, not Java (Java has properties, but they aren't the same kind of thing as C# properties.)