What's a Class Structure?

In Object-Oriented Design, a Class is an entity that holds data (known as the Class state) and ways of manipulating or communicating that data (known as the Class behaviour).

A Class Structure is an arrangement of classes that efficiently models the Domain Model.