PPT Slide
public int getHeight ( ) {
return (iHeight);
} // of getHeight
public int getVolume ( ) {
return ( getLength( ) * getWidth( )
* getHeight( ) );
} // of getVolume
} // of class Box
Previous slide
Next slide
Back to first slide
View graphic version