CF & Polymorphism use

2012-06-29 Thread Dan O'Keefe
I have an animal object with a method call makeSound(). Then I have a feline object that extends animal with a method called makeSound(). Then I have an object named cat that extends feline with a method called makeSound(). If I instantiate the cat object and call it oCat, I can call oCat.makeS

Re: CF & Polymorphism use

2012-06-29 Thread Matt Quackenbush
Since oCat extends feline, you'd be looking for super.makeSound(). // oCat function makeSound() { super.makeSound(); } HTH On Fri, Jun 29, 2012 at 7:49 AM, Dan O'Keefe wrote: > > I have an animal object with a method call makeSound(). > > Then I have a feline object that extends animal

(ot) Hosting A to Z

2012-06-29 Thread Stephens, Larry V
Does anyone have any info about them? I moved all of my websites there several weeks ago. Seemed like a good price and someone I do some work for had been there for quite a while with good luck. Until recently they were reasonably responsive to trouble tickets although I'm pretty sure the help

Re: (ot) Hosting A to Z

2012-06-29 Thread Phillip Vector
Had them awhile ago. The server I was on kept going down and support was non-existant. Get out now. On Fri, Jun 29, 2012 at 12:03 PM, Stephens, Larry V wrote: > > Does anyone have any info about them? > > I moved all of my websites there several weeks ago. Seemed like a good price > and someone

Re: (ot) Hosting A to Z

2012-06-29 Thread Mike Kear
I inherited a couple of sites on Hosting AtoZ and still have them there. It's a low-cost hosting service, and you get what you pay for in the world, but service is still there and running. They have implemented a new trouble ticket system, which is why it might look like support has disappeared.