Thank you all for the feedbackon my 4th time through the tutorial
I got my light-bulb :)
On Jan 22, 9:05 am, jcbollinger wrote:
> On Jan 21, 4:33 pm, Peter Meier wrote:
>
> > > Does anyone have a good resource for describing the differences
> > > between including and inheriting classes?
>
>
On Jan 21, 4:33 pm, Peter Meier wrote:
> > Does anyone have a good resource for describing the differences
> > between including and inheriting classes?
>
> I use the approach "inclusion over inheritance". Only inherit stuff if
> you need to overwrite things.
Not only is that an outstanding a