CodyIT@programming.dev to Programming@programming.devEnglish · 1 年前OOP is not that badosa1.netexternal-linkmessage-square60fedilinkarrow-up162arrow-down110
arrow-up152arrow-down1external-linkOOP is not that badosa1.netCodyIT@programming.dev to Programming@programming.devEnglish · 1 年前message-square60fedilink
minus-squarenous@programming.devlinkfedilinkEnglisharrow-up5·1 年前How do C and C++ try to restrict mutability?
minus-squarelolcatnip@reddthat.comlinkfedilinkEnglisharrow-up11·edit-21 年前const They don’t do it well, but an attempt was made.
How do C and C++ try to restrict mutability?
constThey don’t do it well, but an attempt was made.