Another OOP class question

Hey :smirk:

I have a simple question - in case I have a class with a Timer defined, is it possible to change its delay number through a base class which extends that class? In other words, to pass that number, somehow.

I’m still a newbe with OOP, but I can’t figure how to do it without moving the whole timer to the base class which isnt efficient since other than the number the rest of the code is the same.

Thanks!