Access Modifiers 2 – Static,Abstract,Final



Static- Variables are calling Class variables. These members belong to the class not to the object,means values of these variables are not part of the object state.creating its while initiating class, not instance .Final- 

Abstract - 

Final variable is a constant; its value cannot be changed after its initialization.



0 comments:

Post a Comment