Ask Question
9 April, 05:19

Define the keywords final and static.

+4
Answers (1)
  1. 9 April, 06:02
    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?
Get an answer to your question ✅ “Define the keywords final and static. ...” in 📙 Computers & Technology if there is no answer or all answers are wrong, use a search bar and try to find the answer among similar questions.
Search for Other Answers