Search:

Type: Posts; User: jishrm

Search: Search took 0.09 seconds.

  1. Replies
    11
    Views
    1,012

    Re: Help with Abstract Extended Classes

    This is where I am at with the program. Thanks to all your help i got it farther(my silly mistakes).


    package CS249Mazur;

    public class ShapeDemo
    {
  2. Replies
    11
    Views
    1,012

    Re: Help with Abstract Extended Classes

    I am new to Java so I am still learning. I am not sure what has to be labeled abstract or not. My assignment was to make an abstract class Shape. Does that me the Main shape classes that uses the...
  3. Replies
    11
    Views
    1,012

    Re: Help with Abstract Extended Classes

    Oh wow, can't believe i forgot a main method. lol.
    So i Added that in and this is the new ShapeDemo class:

    package CS249Mazur;


    public abstract class ShapeDemo
    {
    Shape array[];
    double...
  4. Replies
    11
    Views
    1,012

    Re: Help with Abstract Extended Classes

    Doesn't the ShapeDemo Program gets its Methods from the Classes? Do i need some type of Include statement?

    If it helps, i am using Eclipse IDE to do my coding.
  5. Replies
    11
    Views
    1,012

    Help with Abstract Extended Classes

    Hey Everyone,
    I am taking my first java class right now(although I am not new to coding, I've taken many c and C++ classes). I am working on an assignment and I have run into some trouble. The...
Results 1 to 5 of 5