codeinabox@programming.dev to Programming@programming.devEnglish · 3 days agoWhat Are The “Objects” in “Object-Oriented Programming”?codemanship.wordpress.comexternal-linkmessage-square5fedilinkarrow-up112arrow-down17
arrow-up15arrow-down1external-linkWhat Are The “Objects” in “Object-Oriented Programming”?codemanship.wordpress.comcodeinabox@programming.dev to Programming@programming.devEnglish · 3 days agomessage-square5fedilink
minus-squareLucy :3@feddit.orglinkfedilinkarrow-up11·3 days agoA blob of memory, and associated pointers to functions. And a lot of assembly magic to make it work.
minus-squareanton@lemmy.blahaj.zonelinkfedilinkarrow-up2·2 days agoWhy assembly? Does C not allow putting the v-table in static memory/text or where is the hangup?
A blob of memory, and associated pointers to functions. And a lot of assembly magic to make it work.
Why assembly?
Does C not allow putting the v-table in static memory/text or where is the hangup?