0 Replies Latest reply on Jan 18, 2006 3:56 AM by armita

    Inharitance problem

    armita

      I have a base class named Ne which has some subclasses like BTS MSC etc.
      All they share a shared logic so I decided to write just one Logic SB for them. Now the problem is that they have their own name in seam bts,msc and so on but my Logic works with ne element, so coming from a BTS backing baen it gives me the error that there is no ne in the context ( which is true)
      How this could be solved, if I don't want to dupliucate my class for each type of Ne?