Singleton
From: DPfan (DPfan_at_yahoo.com)
Date: 10/25/03
- Next message: H. S. Lahman: "Re: Visitor, dynamic_cast or ..."
- Previous message: Shayne Wissler: "Re: Naive, possibly silly question"
- Next in thread: H. S. Lahman: "Re: Singleton"
- Reply: H. S. Lahman: "Re: Singleton"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Sat, 25 Oct 2003 17:48:50 GMT
The intent of the Singleton pattern as defined in Design Patterns is to
"ensure a class has only one instance, and provide a global point of access
to it". What's the meaning of "a global point of access" here? Does it mean
to make such a Singleton object a global object?
- Next message: H. S. Lahman: "Re: Visitor, dynamic_cast or ..."
- Previous message: Shayne Wissler: "Re: Naive, possibly silly question"
- Next in thread: H. S. Lahman: "Re: Singleton"
- Reply: H. S. Lahman: "Re: Singleton"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|
|