Answer Overflow Logo
Change Theme
Search Answer Overflow
GitHub
Add Your Server
Login
Home
Popular
Topics
Gaming
Programming
azurlified
Posts
Comments
C
C#
•
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
C
C#
•
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