Search:

Type: Posts; User: hwoarang69

Search: Search took 0.15 seconds.

  1. [SOLVED] Re: how to send variable to different class by using extends

    got it working now. i forgot to call class b in main.

    thanks
  2. [SOLVED] Re: how to send variable to different class by using extends

    I see so lets say if i have 2 class. A and B:


    class A
    private int ax = 2;



    class B extends A
    //here B has every thing from A also B
  3. [SOLVED] how to send variable to different class by using extends

    problem is that picture is not being printed on screen from enemy_1 class.

    i have a class enemy where i am setting up main enemy stuff. for ex collision and move bc all enemy will have the same...
Results 1 to 3 of 3