Computer Science, asked by sunitazirange, 7 months ago

if static void method does not return any thing and void method also return nothing..................THEN WHAT'S EXACTLY THE DIFFERENCE BETWEEN STATIC VOID METHOD AND VOID METHOD..?..........ANSWER IN SIMPLE LANGUAGE.....
IF YOU ANSWER CORRECTLY THEN
THANKS IN ADVANCE ! :)
AND IF YOU DIDN'T ANSWER CORRECTLY THEN REPORT!!!!!!

Answers

Answered by dhruvgupta9371
1

answer:

  1. static methods can be called direcly by class and does not need an object to call them.
  2. non-static methods needs an object to be called.
Similar questions