+ 5
Given below is an java code. My question is how to achieve this same functionality in c#?
3 Respuestas
+ 1
It is not so straightforward in C#. You'll need to use something else. There a couple of good ideas in this post:
https://stackoverflow.com/questions/27273328/equivalent-of-javas-anonymous-class-in-c
+ 5
Thanks gyorgy but I already got my answer when I get to know about delegates.
0
I am just a new learner, but i think you are asking for this..
https://code.sololearn.com/c4Y6NpmVpojD/#cs
Creating and calling a new function. SayHello(); is the function that is defined as static.