super和this的用法總結

類在繼承時會用到this和super,這裏就作了一點總結,與你們共同交流~java this函數 1.普通的直接引用 this表示類的當前對象 形參與成員名字重名,用this來區分 class Person { private int age = 10; public Person(){ System.out.println("初始化年齡:"+age); } public int GetAge(
相關文章
相關標籤/搜索