pkgsrc/devel/p5-Class-Virtual/DESCR

5 lines
229 B
Text
Raw Normal View History

This module is a base class for implementing virtual base classes (what
some people call an abstract class). Kinda kooky. It allows you to
explicitly declare what methods are virtual and that must be implemented
by subclasses.