继承体系下的对象构造 继承下的对象构造 虚拟继承 初始化“虚基类子对象” vptr的设置 总结 继承下的对象构造 class Point{ public: Point(float x = 0.0,float y = 0.0); Point<