1.三个要点:继承,封装,多态
2.工厂模式:原料(new),加工,出厂(return)
2.构造函数:省去了new和return,把new放到底下去了
2.
面向对象
原文:http://www.cnblogs.com/xisitan/p/4736233.html