Search:

Type: Posts; User: ncode

Search: Search took 0.15 seconds.

  1. Replies
    3
    Views
    1,406

    Re: Accessing array of method

    I mean. I want to pass the entire array into the method. Is it possible? Like : tom[1 to 100] array <--I know it's wrong but it's for illustrate purpose only.
  2. Replies
    3
    Views
    1,406

    Accessing array of method

    Hi.
    I was wondering how do I access whole bunch of array of method.
    tom is an array of object.


    Student[] tom = new Student[10];

    for(int i = 0; i < 10; i++){
    tom[i] = new Student();
    }
Results 1 to 2 of 2