How to write a programe in computer on public static void main
Answers
Answered by
0
. man it's a main functions where you can call all the other functions and make instance of functions. like. public static void main (string args[])
{
func1 object name=new func1(arguments)
func1.methods
}
etc etc etc
{
func1 object name=new func1(arguments)
func1.methods
}
etc etc etc
Similar questions