Cabrio@lemmy.world to 196@lemmy.blahaj.zone · 2 years agoprogramming rulelemmy.worldexternal-linkmessage-square8fedilinkarrow-up196arrow-down10
arrow-up196arrow-down1external-linkprogramming rulelemmy.worldCabrio@lemmy.world to 196@lemmy.blahaj.zone · 2 years agomessage-square8fedilink
minus-squareCabrio@lemmy.worldOPlinkfedilinkarrow-up4·edit-22 years agoTypecasting is the action of defining data (in this case people) depending on how it’s to be processed. Explicit typecasting is the rigid defining of data in these types and can only be processed as that type of data. Implicit typecasting will transpose data between types interchangeably depending on how the data is being processed. A more comprehensive explanation would require a class on data structures.
Typecasting is the action of defining data (in this case people) depending on how it’s to be processed.
Explicit typecasting is the rigid defining of data in these types and can only be processed as that type of data.
Implicit typecasting will transpose data between types interchangeably depending on how the data is being processed.
A more comprehensive explanation would require a class on data structures.