My Questions is more about the concept of final keyword.
why we cannot extends final class in non-final class? or what the usage of final keywords with Class, Methods and variables? and what are conditions when we need to apply this key word with class, methods and variables?