When one class is a subset of another, it represents an 'Is-A' relationship through inheritance. The subclass inherits all properties and behaviors from the parent class while adding specialized features. This hierarchical relationship enables code reuse and polymorphism.