lysdexic@programming.devM to C++@programming.devEnglish · 2 years ago16BPP.net: Blog / The Performance Impact of C++'s final Keyword16bpp.netexternal-linkmessage-square4linkfedilinkarrow-up116arrow-down10
arrow-up116arrow-down1external-link16BPP.net: Blog / The Performance Impact of C++'s final Keyword16bpp.netlysdexic@programming.devM to C++@programming.devEnglish · 2 years agomessage-square4linkfedilink
minus-squareGladaed@feddit.delinkfedilinkarrow-up1·2 years agoIt does enable looking down classes duch that noone can accidentally inherit it. This could have benefit when writing non-performance critical Code.
It does enable looking down classes duch that noone can accidentally inherit it. This could have benefit when writing non-performance critical Code.