What are static method?
Answers
Answered by
3
A static method is part of a class definition, but is not part of the objects it creates. Important: A program can execute a static method without first creating an object! All other methods (those that are not static) exist only when they are part of an object. So an object must be created before they can be executed.
Answered by
2
Answer:
A static method is a part of class definition
Explanation:
plz Mark it as brainliest answer
Attachments:
Similar questions