inheritance

In Verse, you can create a class that extends another class's definition by adding or modifying the fields and methods of the other class. This is often called subclassing or inheritance, because one class inherits definitions from the other class.