Object-oriented programming (OOPs) Question: Download OOP PDF

What is Static Method?

Tweet Share WhatsApp

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 PDF Read All 37 OOP Questions
Previous QuestionNext Question
What is an Interface?What is Static field?