Search:

Type: Posts; User: darkinferno22

Search: Search took 0.15 seconds.

  1. Replies
    2
    Views
    1,069

    Re: Inherited Methods

    Thanks!
  2. Replies
    2
    Views
    1,069

    Inherited Methods

    If I have:

    public class A{
    int y;
    public void setX(int x){
    x = y;
    }
    System.out.println(y + y)
    }
Results 1 to 2 of 2