Search:

Type: Posts; User: Shivafeb17

Search: Search took 0.11 seconds.

  1. Replies
    5
    Views
    1,156

    Re: One Simple Question

    ....
  2. Replies
    5
    Views
    1,156

    Re: One Simple Question

    ...
  3. Replies
    2
    Views
    957

    Re: Simple Question

    Thank you....... :-)
  4. Replies
    5
    Views
    1,156

    One Simple Question

    Testing
  5. Replies
    2
    Views
    957

    Simple Question

    class Testing1{

    int a=10;

    void test1Methode(Testing1 testObj1){
    System.out.println(testObj1.a);
    }
    }

    class Testing2{
  6. Replies
    5
    Views
    1,642

    Re: What is wrong with function return values

    That worked !!! Thanks :-) but also i had to remove public modifier of class Addition2.. why is that?
  7. Replies
    5
    Views
    1,642

    Re: What is wrong with function return values

    I send 3 values to add function, the values are calculated in class Addition, After that, the result is sent back to the main fiunction, so that the values are received in (temp1, temp2)variables....
  8. Replies
    5
    Views
    1,642

    What is wrong with function return values

    Testing This Forum
Results 1 to 8 of 8