Search:

Type: Posts; User: KevinWorkman

Search: Search took 0.10 seconds.

  1. Replies
    4
    Views
    2,763

    [SOLVED] Re: how to extend a subclass?!

    That's because your B class is not a subclass, it's an inner class. And since your B class is not static, it belongs to a specific instance of A. So when you try to make C extend B, the compiler says...
  2. Replies
    4
    Views
    2,763

    [SOLVED] Re: how to extend a subclass?!

    What happened when you tried? Did you get an error message?
Results 1 to 2 of 2