C++
Programming and Technical
What is the "Named Constructor Idiom"?
Read Solution (Total 1)
-
- The "Named Constructor Idiom" is another name for the "Singleton". A "singleton" is a class which can only be instantiated once.
It is once of the creation design pattern. - 6 years agoHelpfull: Yes(0) No(0)
C++ Other Question