Computer Science, asked by Tanyavdibbu5835, 11 months ago

How to write a programe in computer on public static void main

Answers

Answered by adikhan
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
Similar questions