Search:

Type: Posts; User: migongotar

Search: Search took 0.32 seconds.

  1. Replies
    4
    Views
    2,763

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

    in fact, there's no reason! i just had no idea that static class would solve my problem and i forgot to try it! thanks anyway!
  2. Replies
    4
    Views
    2,763

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

    when i try this code (public class C extends A.B) i get this error message :
    No enclosing instance of type DataStructures is available due to some
    intermediate constructor invocation

    i dont...
  3. Replies
    4
    Views
    2,763

    [SOLVED] how to extend a subclass?!

    hi,
    i want to write a class that extends from a subclass of another class,something like this:

    public class A{
    //some codes here
    public class B{
    //some codes here
    }
    }
Results 1 to 3 of 3