For example
We defined a base_enemy scene including some nodes, implemented some common behaviors in the script.
When it become to define specific enemies, how to share the common script and node from the base_enemy and modify or add some more behaviors.
It seems it can not extends a scene,.