Hello there!
I have this set of classes:
Node (SUPER Class)
|------ NodeType1 (Class)
|----------NodeType2 (Class)
There are fields that the type1 and type2 have in common (For example: NAME). If i declare the NAME field in the SUPER class (Node) how should I access those variables in the types classes? How can i make those property's? Thank you for your time