IBM Rational RequisitePro集成简介 http://www.uml.org.cn/RequirementProject/200604043.htm
PowerDesigner工具简介 http://www.uml.org.cn/UMLTools/powerDesigner/powerDesignerToolIntroduction.htm
PowerDesigner工具简介 http://www.uml.org.cn/UMLTools/powerDesigner/powerDesignerToolIntroduction.htm
已采纳回答 / apprentice1104
你在<...code...>建立了对象,然后又在initial里建立了对象,这样使用有问题<...code...>你在initial中建立的对象没有去调用perimeter方法,因为你这个方法是使用p1这个对象调用periSum,建议你把...
2015-05-18
最赞回答 / Wang_Yu
<...code...>首先就是pubilc astract void transport() 这句话public abstract 你都打错了。。还有就是 在Automobile 类中你完全可以这样声明<...code...>
2015-05-18