Inheritance
Classes can extend other classes using the <- syntax. This allows the child class to inherit fields and methods from the parent class.
Classes can extend other classes using the <- syntax. This allows the child class to inherit fields and methods from the parent class.