I was wondering how i would get an array in a different class... for example
assume projects is an array
Code:ListOfStudents[counter] = new Undergrad(projects);how would i get that in the Undergrad part? because if it was an int i would need to putCode:public UnderGrad(projects) { }
public Undergrad(int projects)
but i dont knwo what to do for an array.
any help?



Reply With Quote

Bookmarks