Nuacht

Use Java's extends keyword to derive a child class from a parent class, invoke parent class constructors and methods, override methods, and more.
Unlike Java, Rust allows you to skip the return keyword at the end of a function. The final statement in the function will automatically be evaluated as the return value.