面向对象软件体系结构

面向对象软件体系结构 例:java class Spot{ private int x,y; Spot(int u, int v){ setX(u); setY(v); } void setX(int x1){ x=x1; } void setY(int y1){ y=y1; }
相关文章
相关标签/搜索