Figure
Figure
CC#
Created by Figure on 9/29/2023 in #help
✅ Xaml Grid units
No description
4 replies
CC#
Created by Figure on 9/26/2023 in #help
✅ Constructors
If Constructors are just a method called when a class is created, how does the new operator in combination with the constructor make a class, id constructors are just a method that sets initial values.
12 replies
CC#
Created by Figure on 9/21/2023 in #help
❔ main function
Does someone know why main has static public void and why it needs a strong array in it.
9 replies
CC#
Created by Figure on 9/20/2023 in #help
❔ 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