4
Answers

Static in a method header

Keyword modifier static in a method header, indicate that the method can be called without referring to an object

Anyone familiar with above statement please explain and support with a example program.

Answers (4)