java學習——構造類

  package my_project; public class my_first_class { public static void main(String[] args) { // TODO Auto-generated method stub Point p1 = new Point(); p1.setX(8.0); p1.setY(9.0); Circle c1 = new Circ
相關文章
相關標籤/搜索