Comment on Never trust a programmer who says he knows C++parentComments−d0m16yStill, I find it more logical to say virtual by default and using another keyword for rare case when you want to specify a non-virtual function.−alnayyir16ySure, if you learned to code in dynamic langs like Python and Ruby.I didn't, I learned in C. I'd rather take the safe route and non-virtual by default.
Comments
Still, I find it more logical to say virtual by default and using another keyword for rare case when you want to specify a non-virtual function.
Sure, if you learned to code in dynamic langs like Python and Ruby.
I didn't, I learned in C. I'd rather take the safe route and non-virtual by default.