Embed presentation
Download to read offline

The document outlines the requirements for a class diagram of a rectangle class. It specifies one constructor accepting two integer parameters, functions for calculating and returning the area, and defines private integer variables for length, height, and area. Public and private access modifiers are denoted with + and - respectively.
