Argh!!! Noooooooooo!!!! Multiple inheritance BAD! Java learned from C++'s mistake and made sure you could only extend one base class (but you could implement multiple interfaces).There are some valid uses for multiple inheritance, but generally it is bad. However, it is possible to extend multiple classes in Java; it just isn't obvious. See http://devilm.com/archives/000026.html for details on how.
-Matt
----------------------------------------------------------
You are subscribed to cfcdev. To unsubscribe, send an email
to [EMAIL PROTECTED] with the word 'unsubscribe cfcdev' in the message of the email.
CFCDev is run by CFCZone (www.cfczone.org) and supported by Mindtool, Corporation (www.mindtool.com).
