2
Answers

Can we used return type in static method in c#

Static void add(int x, int y) { return 10+20; }

Answers (2)