Search:

Type: Posts; User: ChristopherLowe

Search: Search took 0.14 seconds.

  1. Replies
    4
    Views
    1,108

    Re: UML modelling missunderstanding

    Glad to help. Happy coding.
  2. Replies
    4
    Views
    1,108

    Re: UML modelling missunderstanding

    It looks like the two integers passed into the constructor are to initialize the size of the two dimensional array.



    public TimeTable(int daysPerWeek, int numberOfPeriodsPerDay) {
    times =...
Results 1 to 2 of 2