Do you think it would be beneficial to have an abstract keyword? Like instead of virtual ... = 0; to just declare it abstract. For that matter, to really save typing it, what if you could just label an entire class abstract? Say: abstract class foo { /* everything in here is automatically virtual = 0; */ };
@NavidRigiEbrahimi