mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-22 11:04:51 -04:00
5 lines
229 B
Plaintext
5 lines
229 B
Plaintext
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.
|