Patrick Casey <patcasey <at> adelphia.net> writes: > > What if later you have a DieselEngine class (probably > > implementing AbstractDieselEngine), how can you tell > > the semantic difference between the two? > > I'm not sure I understand what you're asking here.
I'm saying if we have both DieselEngine and AbstractDieselEngine, how can we tell their behavioral difference from their names? For example, we have both Map and HashMap, from their names we know that HashMap is using hashing to implement the map. So the behavioral difference between Map and HashMap is pretty clear. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
