Computer Science, asked by sathyabhaskar, 7 months ago

what is the significance of the words public, static and void

Answers

Answered by nihal0077
3

Hey friend, here is your answer-

  • Public - is an access specifier, which determines the type of access to the function.
  • Static - is a modifier, which tells who or which functions can modify it.
  • Void - is a return type, which determines what kind of data is returned by the method.

IF U R SATISFIED MARK MY ANSWER THE BRANLIEST.

Similar questions