CodyIT to Programming@programming.devEnglish • 9 months agoOOP is not that badosa1.netmessage-square60arrow-up161
arrow-up161external-linkOOP is not that badosa1.netCodyIT to Programming@programming.devEnglish • 9 months agomessage-square60
minus-square@nous@programming.devlinkfedilinkEnglish5•9 months agoHow do C and C++ try to restrict mutability?
minus-square@lolcatnip@reddthat.comlinkfedilinkEnglish11•edit-29 months agoconst They don’t do it well, but an attempt was made.
How do C and C++ try to restrict mutability?
const
They don’t do it well, but an attempt was made.