I accidentally come across this page new keyword in method signature and I found that some examples that was given in this post are not accurate (e.g. Second one)
I think the "new" is already there if you don't say "override". The only difference is that you will get a greenline (warrning?) if you don't write either "override" (for virtual method) or "new". You can still choose not to write "new" and it will still work. Am I right in saying this, or am I missing something important?