Search:

Type: Posts; User: av8

Search: Search took 0.10 seconds.

  1. Thread: Constructors

    by av8
    Replies
    6
    Views
    1,290

    Re: Constructors

    public myClass(String someWords, String theList )
    {

    super();


    }

    I'm sorry I'm not sure how to convert the string referenced by the argument someWords...
  2. Thread: Constructors

    by av8
    Replies
    6
    Views
    1,290

    Re: Constructors

    Constructors are my weakness I am very very new to OOP and the contructors I have written in the past
    are very basic, I am not sure how to start with this one!



    rgds,
  3. Thread: Constructors

    by av8
    Replies
    6
    Views
    1,290

    Constructors

    Hello

    I need to write a constructor for a class called myClass that takes 2 string arguments (1 called someWords and another called theList).

    The constructor needs to convert the string...
Results 1 to 3 of 3