Rectangle

Rectangle(int height, int width)

Parameters

int height - no description
int width - no description

Description

Constructor for Rectangle
(.hpp)(.cpp)
~Rectangle()

Description

Destructor
(.hpp)(.cpp)
float area()

Description

Returns the area of the rectangle
(.hpp)(.cpp)