Computer Science, asked by pl123, 10 months ago

What are static method?

Answers

Answered by pawankumar856
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 sneha51462
2

Answer:

A static method is a part of class definition

Explanation:

plz Mark it as brainliest answer

Attachments:
Similar questions