test

class Flower
{
	int petalCount;
	String s ="initial value";

	Flower(String s){}
	Flower(int p){}
	Flower();
	
	Flower(String s,int p){
		this.(p);
		this.s = s;
	}
}
posted @ 2014-04-10 14:15  曾见绝美的阳光  阅读(100)  评论(0编辑  收藏  举报