Re: another prob

From: acerpower (Dhanesh81_at_intnet.mu)
Date: 07/01/04


Date: Thu, 1 Jul 2004 13:34:03 +0400

Hi, I've the constructors, tried the prog , but to no avail , When It says
in the constructor of the car class pass the Car model as an argument, I
used the constructor defined earlier in the program ,
public Car(int Carmodel, boolean RoofType , boolean Window , int Drive)
{
    model = Carmodel;
    MoonRoof = rooftype

etc
. Is it ok like this?

"Roedy Green" <look-on@mindprod.com.invalid> wrote in message
news:r8a6e09p6db1gsjenfp9fv2l52eqqt6cje@4ax.com...
> On Wed, 30 Jun 2004 22:29:32 +0400, "acerpower" <Dhanesh81@intnet.mu>
> wrote or quoted :
>
> >I would be very grateful if you could please help me.
>
> Doing your assignment for you would actually hurting you. It would
> destroy your chance to benefit from the education you or your family
> is paying for at great expense and time.
>
> So we have to tease you along, trying to encourage you to keep
> plugging, without spoon feeding you.
>
> See http://mindprod.com/jgloss/homework.html
>
> --
> Canadian Mind Products, Roedy Green.
> Coaching, problem solving, economical contract programming.
> See http://mindprod.com/jgloss/jgloss.html for The Java Glossary.



Relevant Pages

  • Re: another prob
    ... > in the constructor of the car class pass the Car model as an argument, ... Class and interface names always start uppercase. ...
    (comp.lang.java.help)
  • Re: Controls as instance variables
    ... >as instance variables and then create them ... >inside the constructor or should I do both ... Examples in books seem ... Coaching, problem solving, economical contract programming. ...
    (comp.lang.java.programmer)
  • Re: strange behavior of ArrayList get() method
    ... Name your class with a capital letter and give it a constructor that ... Coaching, problem solving, economical contract programming. ...
    (comp.lang.java.programmer)
  • Re: another prob
    ... They accept parms just like ... Look up constructor in your text. ... Coaching, problem solving, economical contract programming. ...
    (comp.lang.java.help)