Search:

Type: Posts; User: chronoz13

Search: Search took 0.10 seconds.

  1. [SOLVED] Re: Overloading constructors(Multiple Constructors)

    oh yes... i forgot.. the task of the class is for generating RandomWords with "S" .. i should have created another class for another task for a different behavior,

    well you answered my question...
  2. [SOLVED] Overloading constructors(Multiple Constructors)

    is it a good practice that having overloading constructors that some of it doesnt have anything on it?

    ill post a code here
    public final class RandomWords {

    private ArrayList wordList;...
Results 1 to 2 of 2