surface property

dynamic get surface

Compute surface area of the wall size

Implementation

get surface => this.height * this.width;