Search:

Type: Posts; User: Scorks

Search: Search took 0.33 seconds.

  1. Replies
    6
    Views
    1,893

    Re: .toString method question!

    Sorry, here's the code I'm working with:


    class ARectangle extends AnObject {

    double Width;
    double Length;

    //No parameter constructor
  2. Replies
    6
    Views
    1,893

    Re: .toString method question!

    Well, I've chopped that part out. Now, I'm having a lot of trouble with my return statements. NONE of my return statements are printing. It's compiling, but when I run a method on an object, I just...
  3. Replies
    6
    Views
    1,893

    .toString method question!

    Hello there!

    So, I just finished a rather long program, dealing with inheritance. in each class, I was asked to include a toString method. Now, the problem is, inside of my subclasses I have...
Results 1 to 3 of 3