polymorphism

  1. advansis

    Android Question callsub and polymorphism

    Hi guys, I have some Activities that share one or more functions. In this wy I realize a sort of polymorphism. But, the following code seems not to work...:( ' Activity_A sub Fooo (A as string, B as string) '... end sub ' Activity_B sub Fooo (A as string, B as string) '... end sub '...
Top