@NavidRigiEbrahimi

Thanks for the videos. Is there any possibility for an "Interface" one? Personally, I found your way of explaining so pleasant.

@anon_y_mousse

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; */ };