Final:
-> Final is access modifier, its applicable for variable,method and class
-> IF variable is final - we can change the value.its constent
-> If method is final - The sub class cannot overwrite
-> If class is final - we can not extends this class. not able to create sub class.
No comments:
Post a Comment