Object-oriented programming (OOPs) Question:

Download Job Interview Questions and Answers PDF

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.

Download OOP Interview Questions And Answers PDF

Previous QuestionNext Question
What is an Interface?What is Static field?