Hacker News new | ask | show | jobs
by skwirl 4395 days ago
C# takes it even further by not allowing you to override methods unless they were marked as overridable in the base class with the "virtual" keyword.