Search:

Type: Posts; User: popnfresh

Search: Search took 0.07 seconds.

  1. Replies
    2
    Views
    845

    Re: Passing a parameter of current object

    Ah. I was doing that but just realized the problem lies with my second parameter
  2. Replies
    2
    Views
    845

    Passing a parameter of current object

    I have the following problem. I have two classes named apple and orange. In orange I have a function:


    functionX(Apple p){
    }


    public Apple() {

    functionX(????);
Results 1 to 2 of 2