Child class is the way to go. I’m just not sure what you mean by the parent class getting updated.
Variables created in a parent will get updated in the child instance that’s being used. The parent itself will not see changes made to the child.
Child class is the way to go. I’m just not sure what you mean by the parent class getting updated.
Variables created in a parent will get updated in the child instance that’s being used. The parent itself will not see changes made to the child.