height method

int height()

Implementation

int height(){
	return _height;
}