On Mon, 2002-02-18 at 12:12, Richard Fox wrote:
> That's right, the difference between C++ "pure virtual" and "virtual" is
> that a virtual function has an implementation but pure virtual only defines
> an interface.
>
> But can we get back to my original PHP question: Can I do something like the
: Polymorphism in PHP
That's right, the difference between C++ "pure virtual" and "virtual" is
that a virtual function has an implementation but pure virtual only defines
an interface.
But can we get back to my original PHP question: Can I do something like the
foll
That's right, the difference between C++ "pure virtual" and "virtual" is
that a virtual function has an implementation but pure virtual only defines
an interface.
But can we get back to my original PHP question: Can I do something like the
following in php:
class Base {
function Foo() { echo
3 matches
Mail list logo