Hacker News new | past | comments | ask | show | jobs | submit login

You can't cast a type to an arbitrary interface and hope that it implements the method(s) you want to call in Java or C#.



They aren’t “hoping it implements an interface”, they use reflection to determine whether or not the type implements the interface. This is pretty much the same thing in Java or C# with reflection and downcasting, but it’s a bad idea in both languages.




Consider applying for YC's Fall 2025 batch! Applications are open till Aug 4

Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: