5 lines
257 B
Text
5 lines
257 B
Text
This is a base class for implementing virtual base classes (what some
|
|
people call an abstract class). It allows you to explicitly declare
|
|
what methods are virtual and that must be implemented by subclasses.
|
|
|
|
WWW: http://search.cpan.org/dist/Class-Virtual/
|