用心写好每行完美的代码,远比写一堆更有价值
单例的问题:http://blog.csdn.net/jason0539/article/details/23297037
如果B,C继承与A那么,A可否实现单例,在实现B,C时,A是否还是单例?