Hi,
I don't understand the inheritation: if I have a base class, let's call it circle, which draw's a circle on the screen. I have to initialize the class with the center coordinates. Now, I have a special class which inherits from the circle class, let's call that class circleWithGrid. circleWithGrid brings it's own initizialize() routine with it. How can I initialize the base class?