Search:

Type: Posts; User: zaphod2003

Search: Search took 0.17 seconds.

  1. Replies
    3
    Views
    1,564

    Re: Issue with abstract classes

    Found out the answer why from another question in the forums


    The problem is the abstract method has to be declared public. All it was I was missing the public declaration....


    :-B
  2. Replies
    3
    Views
    1,564

    Issue with abstract classes

    Hi

    Maybe I'm missing something here but I can't seem to put abstract classes anywhere but in the same package as the class that extends it.

    For example, I create 2 classes like this:


    ...
Results 1 to 2 of 2