Fortran Wiki
Singleton pattern
The singleton pattern is used to ensure that a class has only one instance, and to provide a global point of access to it. Arjen Markus has noted that Fortran’s modules are, by definition, an implementation of the singleton pattern.
External Links
Created on June 20, 2010 15:09:39
by
Jason Blevins
(75.178.9.182)
(402 characters / 0.0 pages)