I have a Screen base class from which all other Screens extend. Within this base class I have a ticker that is either turned on or off depending on a val within the DB. I'm reading this val within the base class to determine wether or not to add the ticker to the current subtyped screen. Is this good design ? Is there a better approach ?
Thanks