Object-oriented programming (OOPs) Question:

What is Static Method?

OOP Interview Question
OOP Interview Question

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 QuestionNext Question
What is an Interface?What is Static field?