Y
Hacker News
new
|
ask
|
show
|
jobs
by
tjdetwiler
4343 days ago
A singleton object doesn't need to be re-allocated.
1 comments
ygra
4343 days ago
Static classes are an easy way of implementing the Singleton pattern in C# ...
link
guiomie
4343 days ago
A singleton can implement interfaces, static classes cant.
link