Figure
❔ why new is needed for reference types
Can someone explain why the new operator is used for references types but not value types.
When I assign an variable x of type int to 10 is 10 just binary in the computer or an object of the int class.
And what does it mean for to store references to your data and how is that the same as an object
94 replies