What is meant by final class, methods and variables

Showing Answers 1 - 3 of 3 Answers

riteshyadav14@rediffmail.com

  • Sep 8th, 2005
 

''' is not inherit  
''' is not override  
''' is constant

  Was this answer useful?  Yes

yogeshpanda

  • Sep 22nd, 2005
 

Final as name suggest its the final value i.e its final nothing to be done over itIf say for variable-then we cant change its value.If for method-then we cant override or overlod it.Similar to it is-Finalize method-which is used as a must block to be invoked before program termination.Either their is any error or prg. terminates abnormally,if finalize method is their then be sure that without doing work of finalize the prg. cant terminate.So finalize method is used to free the resources so that whatever happen to the prg. execution resouces mst be freed before termination.

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions