Ask Question
27 November, 00:21

Define the keywords final and static.

+1
Answers (1)
  1. 27 November, 02:48
    0
    Final Keyword:-It is defined in the class that has the property of non-inheritance and can declare the constant variables. It has no re-initialization function. At the time of the final declaration, it is required that the variable should be initialized.

    Static Keyword:-It is used in a particular class for defining it's member so that it can used for any object of the class. Static method in a class can call this keyword. It can has the property of being re-initialized.
Know the Answer?
Not Sure About the Answer?
Find an answer to your question ✅ “Define the keywords final and static. ...” in 📘 Computers and Technology if you're in doubt about the correctness of the answers or there's no answer, then try to use the smart search and find answers to the similar questions.
Search for Other Answers