height method

double height()

Implementation

double height(){
  return _height;
}