how to use final apply to inheritance.
Using final to Prevent Overriding
While method overriding is one of Java’s most powerful features.To disallow a method from being overridden,specify final as a modifier at the start of its declaration.