I have:
Class1withMethod1Class2withMethod2Class3withMethod3
In Method3:
return Class3(Class1.Method1(), Class2.Method2());
How should I create getFunction1 which return Class1.Method1() and getFunction2 which return Class2.Method2().
Aucun commentaire:
Enregistrer un commentaire