When reading a class declaration, look for fields (attributes), methods (functions), and constructors. For example, in a `Product` class, the fields `String name;` and `double price;` define the attributes, while `Product()` is a constructor used for initialization.