|
|
|
|
|
by CodeGroyper
908 days ago
|
|
It works well for computer science as well. Values have types (forms) and bytes (matter). One type can be instantiated in multiple ways, for example you can have multiple integers, like 1,2,3,4 or the bytes 01000001 can represent different information, like 65 or 'A'. The interesting thing is null, because here the distinction sort of breaks down. |
|