按照下列UML图,用java实现代码?
按照下列UML图,用java实现代码?
日期:2020-03-05 19:19:05 人气:1
Point2D.java
/**
* Title: Point2D.java
* Description:
*
* @author 王凯芳
* @date 2020年3月5日 下午7:09:35
* @version 1.0
*/
public class Point2D {
protected float x;
protected float y;
public Point2D() {
super();
}
public Point2D(float x, float