Replies: 3 comments 4 replies
-
Language suggestions/discussions are more appropriate at https://github.com/dotnet/csharplang/. |
Beta Was this translation helpful? Give feedback.
0 replies
-
This turns a compile time error into runtime exception, which is error prone. |
Beta Was this translation helpful? Give feedback.
4 replies
-
I agree. Virtual methods make this a moot point. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Should at least be possible, so I don't have to implement the abstract method at all if I don't want to in my derived class that isn't abstract.
Beta Was this translation helpful? Give feedback.
All reactions