Info about Object type |
No edit summary |
||
Line 1: | Line 1: | ||
Object is essentially a Type which can store any other Type or it can be null. It can be used as a 'transporter' which you can use as generic storage and then later cast it back to its intended Type. | Object is essentially a Type which can store any other Type instance or it can be null. It can be used as a 'transporter' which you can use as generic storage and then later cast it back to its intended Type. |
Revision as of 14:07, 13 February 2024
Object is essentially a Type which can store any other Type instance or it can be null. It can be used as a 'transporter' which you can use as generic storage and then later cast it back to its intended Type.