[Show all top banners]

rajmani
Replies to this thread:

More by rajmani
What people are reading
Subscribers
:: Subscribe
Back to: Computer/IT Refresh page to view new replies
 JAVA HELP!!!!!
[VIEWED 2398 TIMES]
SAVE! for ease of future access.
Posted on 03-27-09 1:58 AM     Reply [Subscribe]
Login in to Rate this Post:     0       ?    
 

  • Create a class named Box that includes
    integer data fields for length, width, and height.  Create three
    constructors that require one, two, and three arguments, respectively. 
    When one argument is used, assign it to length, assign zeros to height
    and width, and print "Line created".  When two arguments are used,
    assign them to length and width, assign zero to height, and print
    "Rectangle created".  When three arguments are used, assign them to the
    three variables and print "Box created".  Save your file as Box.java.

   
Write
an application named TestBoxes to instantiate three Box objects. Make
sure you       demonstrate all three constructors. Save your file as
TestBox.java. 

 
Posted on 03-27-09 2:24 AM     Reply [Subscribe]
Login in to Rate this Post:     0       ?    
 

/* Box.java */
public class Box {
private int lenght;
private int width;
private int height;

public Box(int firstParam){
this.lenght = firstParam;
this.width = 0;
this.height = 0;
System.out.println("Line Created");
}

public Box(int firstParam, int secondParam){
this.lenght=firstParam;
this.width=secondParam;
System.out.println("Rectangle Created");
this.height=0;
}

public Box(int firstParam, int secondParam, int thirdParam){
this.lenght=firstParam;
this.width=secondParam;
this.height=thirdParam;
System.out.println("Box Created");
}
/*TestBoxes.java
* Be sure to import the Box.java file or keep it in same folder
* I don't know if this is what you're looking for, but it looks someting like this. You said however application. I dunno abt tht :) sry just tryn to help where
* I can.
*/

public class TestBoxes{
public static void main(String[] args){
Box(10);
Box(10,11);
Box(10,11,12);
}
}
}
 


Please Log in! to be able to reply! If you don't have a login, please register here.

YOU CAN ALSO



IN ORDER TO POST!




Within last 30 days
Recommended Popular Threads Controvertial Threads
TPS Re-registration case still pending ..
मन भित्र को पत्रै पत्र!
emergency donation needed
Guess how many vaccines a one year old baby is given
अमेरिकामा बस्ने प्राय जस्तो नेपालीहरु सबै मध्यम बर्गीय अथवा माथि (higher than middle class)
Travelling to Nepal - TPS AP- PASSPORT
ढ्याउ गर्दा दसैँको खसी गनाउच
Morning dharahara
nrn citizenship
जाडो, बा र म……
1974 AD Pinjadako Suga Remixed
Susta Susta Degree Maile REMIXED version
Elderly parents travelling to US (any suggestions besides Special Assistance)?
कल्लाई मुर्ख भन्या ?
NOTE: The opinions here represent the opinions of the individual posters, and not of Sajha.com. It is not possible for sajha.com to monitor all the postings, since sajha.com merely seeks to provide a cyber location for discussing ideas and concerns related to Nepal and the Nepalis. Please send an email to admin@sajha.com using a valid email address if you want any posting to be considered for deletion. Your request will be handled on a one to one basis. Sajha.com is a service please don't abuse it. - Thanks.

Sajha.com Privacy Policy

Like us in Facebook!

↑ Back to Top
free counters