Search:

Type: Posts; User: aussiemcgr

Search: Search took 0.09 seconds.

  1. Re: Creating Method that returns a casted object type

    Generics...why didn't I think of that...?

    That solves just about every issue. Thanks.
  2. Creating Method that returns a casted object type

    Ok, I am attempting to do something a bit odd. Let's say I have the following classes:
    Class Super:
    public class Super {
    ...
    }
    Class SubA:
    public class SubA extends Super {
    ...
    }
    Class SubB:
Results 1 to 2 of 2