關於private修飾的變量和方法,子類不能繼承問題的討論

public class TestExtends { public static void main(String[] args) { Father f = new Son(); Son s = new Son(); ● f.FMethod(); // 斷點所在位置 s.FMethod(); } } cla
相關文章
相關標籤/搜索