azurlified
azurlified
CC#
Created by azurlified on 12/25/2022 in #help
❔ Is it possible to put a method into a variable and call the variable?
49 replies
CC#
Created by azurlified on 12/25/2022 in #help
❔ when instancing a class, why do you need to write the class name twice?
This just seems sort of redundant to me, is there a reason?
ClassName objectName = new ClassName()
ClassName objectName = new ClassName()
12 replies