多態基礎

package test2; public class duotai { public static void main(String []args) { chicken c=new homechicken();//多態,用大的去接受小的。 tools(c);//如果下面沒有instanceof的話,報錯,理由同下。 chicken yc=new yechicken();//多態,
相關文章
相關標籤/搜索