0
how can get static array in class or metod
how can get static array in class or metod. I want work in array in class then use member in main
1 Resposta
0
you can write below code for creating static array.
notice : If you want use an object inside of a static method you have to declar that object as static access modifier.
https://code.sololearn.com/cWKAYv66J94W/?ref=app