Search:

Type: Posts; User: mysdyva

Search: Search took 0.20 seconds.

  1. Replies
    7
    Views
    5,149

    Re: ArrayList as a parameter

    The only reason I cross-posted is because no one answered on the other board. I waited for two days.

    The really horrible fact about this entire thing is that I had finished this, and it was...
  2. Replies
    7
    Views
    5,149

    Re: ArrayList as a parameter

    Am I not able to use the constructor in the Section class to create the ArrayList variable?
  3. Replies
    7
    Views
    5,149

    Re: ArrayList as a parameter

    I might be using the wrong words. I have the constructor in the Section class:


    public Section(Course course, Instructor instructor, ArrayList<Student> students) {

    }

    Am I missing...
  4. Replies
    7
    Views
    5,149

    ArrayList as a parameter

    I have five classes all together: Instructor, Student, Course, Section, and Testing.

    In the section class, I have this:


    public class Section {
    private Course course;
    private...
Results 1 to 4 of 4