2002-03-19 上課實況

  內容摘要 wav檔 其它檔案
1 main method(instance method, static method, String arg, main thread) wav PartyF.java
2 Method overloading(1) wav CoffeeCupF.java
3 Overloaded method example -- println() wav
4 Execution of PartyF and Method overloading(2) wav
5 Animination of PartyF, this wav PartyF.ppt
6 Scope(1), Within scope member access wav CoffeeCupG.java
7 Scope(2), simple name, qualified name wav
8 Scope(3), local variable wav
9 String concatenation wav
10 Concept of constructor wav PartyH.java
11 Constructor declaration wav
12 Invisible parameter "this" of constructor wav
13 CoffeeCupH wav PartyH.ppt
14 Default constructor wav
15 static initializer, instance initializer wav
16 inner class, destructor of java = finalize() wav
17 what next? encapsulation, inheritance, override, hiding wav
18 Everything in Java is object! array, exception, thread... wav
19 上課抽問:到底什麼是物件? wav
20 Array wav