2002-04-09 上課實況

  內容摘要 wav檔 其它檔案
1 Introduction to Inheritance wav PaperCupL.java, MugL.java
2 Animation of PartyL wav 動畫
3 問如何分辨 setRatio 是屬於 MugL or PaperCupL?  wav
4 File Copy 的缺點 wav
5 Inheritance 的目的 -- 偷懶 wav
6 Inheritance 替 programmer 節省了什麼? wav
7 Inheritance in memory wav
8 Introduction to "super class" and "sub class" wav
9 宣佈期中考試時間及考場規則 wav
10 Inheritance of static variable/method, instant variable/method  wav PartyM.java
11 static variable in memory (ratio / volume) wav PaperCupM, MugM, CupM  
12 Inheritance of instant variable (amount) wav
13 Memory 使用情形 wav
14 static variable 用法 (注意scope定義包含sub class) wav
15 instant variable 用法 wav
16 Inheritance of methods wav
17 Animation of PartyM wav 動畫
18 Introduction default super class (java.lang.Object) wav
19 Package concepts wav
20 java.lang.Object API wav
21 Java variable/class 在 memory 中的排列順序 wav PaperCupM.java
22 Polymorphism wav
23 Explaination of PartyN wav PartyN.java