Hi,
I am writing a generic class (ex: clsAnimals) on b4j. Then, I am creating a new b4j class (ex: clsLion), which I want to extend any other existing class on my code ( on my example, the clsAnimal).
Is it possible to add the #Extend property and on the beginning of the new class to define if the existing class extends any existing class ?
Also, if I have loaded an external library from libs, is it possible to extend a b4j class from a loaded library which it written on eclipse ?
I am writing a generic class (ex: clsAnimals) on b4j. Then, I am creating a new b4j class (ex: clsLion), which I want to extend any other existing class on my code ( on my example, the clsAnimal).
Is it possible to add the #Extend property and on the beginning of the new class to define if the existing class extends any existing class ?
Also, if I have loaded an external library from libs, is it possible to extend a b4j class from a loaded library which it written on eclipse ?