The final keyword may be applied to a class, indicating the class may not be extended (subclassed).
The final keyword may be applied to a method, indicating the method may not be overridden in any subclass.
A class may never be both abstract and final. Abstract means the class must be extended or overridden, while final means it cannot be.
Syntax:public final function();
public final variable;
Example:public final class MyFinalClass
{
}
public class MyClass
{
public final String myFinalMethod()
{
}
}
License.
All information of this service is derived from the free sources and is provided solely in the form of quotations.
This service provides information and interfaces solely for the familiarization (not ownership) and under the "as is" condition.
Copyright 2016 © ELTASK.COM. All rights reserved.
Site is optimized for mobile devices.
Downloads: 172 / 159170755. Delta: 0.04132 с