What is a static method?

Q

What is a static method?

✍: Guest

A

A static method is a method that belongs to the class rather than any object of the class and doesn't apply to an object or even require that any objects of the class have been instantiated.

2012-07-11, 2323👍, 0💬