Object-oriented programming (OOPs) Question:
What is Static Method?
Answer:
It is possible to declare a method as Static provided that they don't attempt to access any instance data or other instance methods.
Previous Question | Next Question |
What is an Interface? | What is Static field? |