Well if you know "a lot" about OOP than I am sure you would agree that the following definition lifted from the online dictionary of computing is correct.
In object-oriented programming, the ability to derive new classes from existing classes. A derived class (or "subclass") inherits the instance variables and methods of the "base class" (or "superclass"), and may add new instance variables and methods. New methods may be defined with the same names as those in the base class, in which case they override the original one. Now since CFCs can't inherit private methods or properties and certainly can't override any methods than it is safe to say that CFCs don't support inheritance. -Matt > -----Original Message----- > From: Neil Clark - =TMM= [mailto:[EMAIL PROTECTED]] > Sent: Monday, April 29, 2002 3:04 PM > To: CF-Talk > Subject: RE: I like CFMX > > Hi Matt, > > I do indeed know "a lot" about OOP :-) (in fact I used to code for a > well known Sony Games Console - a long time ago of course) and if you > read my mail is said...."for ColdFusion" > > You seem a tad angry today? You are in danger of a Muffin...... :-p > > Oh and yes I am in insane, very much so...... > > > Neil Clark > Team Macromedia > http://www.macromedia.com/go/team > > Announcing Macromedia MX!! > -------------------------- > http://www.macromedia.com/software/trial/. > > > ______________________________________________________________________ Signup for the Fusion Authority news alert and keep up with the latest news in ColdFusion and related topics. http://www.fusionauthority.com/signup.cfm FAQ: http://www.thenetprofits.co.uk/coldfusion/faq Archives: http://www.mail-archive.com/[email protected]/ Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

