2
Answers

Can we used return type in static method in c#

Ramesh Mane

Ramesh Mane

3y
511
1
Static void add(int x, int y) { return 10+20; }
Answers (2)