Search:

Type: Posts; User: Fubarable

Search: Search took 0.09 seconds.

  1. Re: is it possible to extends java class with another class from different package?

    I would recommend that you not use the default package (meaning that it is in no package at all), that you put all classes in appropriate packages, and then give it a try again. Please let us know if...
  2. Re: is it possible to extends java class with another class from different package?

    We can't read minds, and so if you need our help, you'll need to tell us more. Likely the error is not due to classes being in different classes, but honestly given what you've posted, I have no idea...
  3. Re: is it possible to extends java class with another class from different package?

    So if I am understanding you correctly, you are asking if you can create a class that inherits from another class that is located in a different package. The answer is "yes" as long as that other...
Results 1 to 3 of 3