View Single Post
Old 12-11-2012, 08:54 PM   PM User | #3
Taro
Regular Coder

 
Taro's Avatar
 
Join Date: Oct 2011
Location: Geraldton, Ontario
Posts: 155
Thanks: 1
Thanked 1 Time in 1 Post
Taro is an unknown quantity at this point
Thanks Mark and Fou-Lou;

I kind of get this abstract stuff I'm learning in Computer Science; in addition, sometimes I had to make sure I was using the right declaration types because I use a file with the main method and a file with a bunch of class methods to refer to.

PHP Code:
class ConcreteOuter extends outer
    
{
   
 } 
I was thinking of taking this out of my snippet of code, as I do have an extension of a class in the main method or subclass file. Although it may change the function, I would have to try to actually include an implementation, since that this is not abstract class ConcreteOuter extends outer.
__________________
Element ID

Webs Support Helper

Your friendly neighborhood Taroman.
Taro is offline   Reply With Quote