View Single Post
sentinels sentinels is offline 1 Blog Entries 2007-10-31 #8 Old  
not really an unwritten rule of OOP that says to use 'getInstance'... it's more because not all languages support implicit getter/setter methods, therefore the 'standard' way for singletons is via getInstance() but you can call it kickMe() if you wanted to, it wouldn't really matter.
Reply With Quote