Wish Classes and Inheritance

Bryanne Vega

Member
Licensed User
Longtime User
Saving time by reusing code is a must!

Am I missing something or is the support for this still not available?


FirstClass{


}

Class SecondClass inherits FirstClass{

}
 
Top