2
Answers

Can we used return type in static method in c#

Photo of Ramesh Mane

Ramesh Mane

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

Answers (2)