# [EMAIL PROTECTED] / 2007-01-03 19:14:31 -0700:
> I'm trying to implement what I think is called a "virtual method": my
> abstract parent class ParentClass defines a method xxx that calls
> method yyy, but yyy is defined only in ParentClass's children.
>
> I can't get this to work (PHP5.0.4). Sam
I'm trying to implement what I think is called a "virtual method": my
abstract parent class ParentClass defines a method xxx that calls
method yyy, but yyy is defined only in ParentClass's children.
I can't get this to work (PHP5.0.4). Sample code:
=== start sample code ===
abstract class Paren
2 matches
Mail list logo