Hacker News new | ask | show | jobs
by tjdetwiler 4343 days ago
A singleton object doesn't need to be re-allocated.
1 comments

Static classes are an easy way of implementing the Singleton pattern in C# ...
A singleton can implement interfaces, static classes cant.