The angle bracket, < ,indicates that Treasure is a ‘subclass’, or descendant, of Thing and therefore it inherits the data (variables) and behaviour (methods) from the Thing class. Since the methods get_name, set_name, get_description and set_description already exist in the ancestor class (Thing) these don’t need to be re-coded in the descendant class (Treasure).