✏️ Explanatory Question

What is the difference between public, static and void?

👁 1,374 Views
📘 Detailed Answer
No previous question
No next question
💡

Answer with Explanation

You can access public declared variables anywhere in the application.

Static declared variables are globally accessible without creating an instance of the class.

Void is a type modifier that specifies that the method doesn't return any value.

No previous question
No next question