Data that represents the height, width, and depth of the box


Design and implement a class called Box that contains instance data that represents the height, width, and depth of the box. Thes dimensions should be of a type that can represent linear measurements, including fractional ones. Also include a boolean variable called full as instance data that represents whether the box is full or not. Define the Box constructor to accept and initialize the height, width, and depth of the box. Each newly created Box is empty (the constructor should initialize full to false ). Include getter and setter methods for all instance data. Include a toString method that returns a one-line description of the box of the form "HxWxD" where H, W, and D are the current values respectively of the boxes height, width and depth.

Request for Solution File

Ask an Expert for Answer!!
Programming Languages: Data that represents the height, width, and depth of the box
Reference No:- TGS083302

Expected delivery within 24 Hours