Extends: Inheritance relationship where one class (e.g., H) acquires the properties and behaviors of another class (e.g., B).
Class B:A superclass or parent class that provides the properties and behaviors for its subclasses (e.g., H).
Class G: A subclass of class H, which means it also indirectly inherits properties and behaviors from classes B and C.