Computer Science, asked by jalaldewanas33, 4 months ago

Describe the role of the final keyword in OOps and give a list of guidelines for when it should
and when it should not be used

Answers

Answered by Braɪnlyємρєяσя
1

Explanation:

Final Keyword in Java is used to finalize the value of a variable, class or method in the entire program. It stores the initialized value in the memory which will never change at any condition.

Similar questions