News

Use Java's extends keyword to derive a child class from a parent class, invoke parent class constructors and methods, override methods, and more.
Cloneable is implemented by the class (via the implements keyword) to prevent Object ‘s clone() method from throwing an instance of the CloneNotSupportedException class (also found in java.lang).